Skip to content

Commit

Permalink
Update go.mod and go.sum to latest version from networkservicemesh/sd…
Browse files Browse the repository at this point in the history
…k@main

PR link: networkservicemesh/sdk#1268

Commit: 318f409
Author: Denis Tingaikin
Date: 2022-04-26 02:36:41 +0300
Message:
  - bump: update go to v1.18.1 (#1268)
* update to go v1.18.1

Signed-off-by: Denis Tingaikin <denis.tingajkin@xored.com>

* fix version for go-syncmap@v1.1.18

Signed-off-by: Denis Tingaikin <denis.tingajkin@xored.com>

* update go-syncmap to latest version

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Apr 25, 2022
1 parent 9fe09c1 commit aa84b5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/edwarnicke/grpcfd v1.1.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.3.0
github.com/networkservicemesh/sdk v0.5.1-0.20220415125440-009c3f3a16bd
github.com/networkservicemesh/sdk v0.5.1-0.20220425233641-318f409ee273
github.com/networkservicemesh/sdk-sriov v0.0.0-20220425220545-cde6cc7773bc
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,9 @@ github.com/networkservicemesh/api v1.3.0-rc.1.0.20220405210054-fbcde048efa5/go.m
github.com/networkservicemesh/api v1.3.0 h1:Qhug6HjYTLJ7vuxpSiD/D4R1ZIDje0MFVJ2Zfn4PZsE=
github.com/networkservicemesh/api v1.3.0/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20220221172049-8ddd0be6e5d1/go.mod h1:VHlx3iFMgco6iF4EG42RWuDlHP7jJnFW0nnX9xMiJJg=
github.com/networkservicemesh/sdk v0.5.1-0.20220415125440-009c3f3a16bd h1:8fDTCwamIPgBaeE4k1YETYEm5+l/iAUSBhn391UDoxI=
github.com/networkservicemesh/sdk v0.5.1-0.20220415125440-009c3f3a16bd/go.mod h1:QHDp+cawYWaL8UKppdZT9a6hn/1Oi9pUQTBOTjQPeG0=
github.com/networkservicemesh/sdk v0.5.1-0.20220425233641-318f409ee273 h1:JVdnLN82QN1Fp8VS11JoXnB9t8qcg1sZqaY2F4ekT08=
github.com/networkservicemesh/sdk v0.5.1-0.20220425233641-318f409ee273/go.mod h1:G+NdPbtzcOWx1VljOj+L4kvZPQyYpiwCp84JYs+hGtc=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220425220100-9d2c7c7ada92/go.mod h1:d5qYMY4FNRBKqa39Cc0IXXkXVNAXoaqqXb6EL85hYaY=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220425220545-cde6cc7773bc h1:t0CWitoauL9vnw7/TjPLJhvIFznmDN7/nJSFNNtPHeM=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220425220545-cde6cc7773bc/go.mod h1:2mMvqnVXnM88NyXBiiAWsP+6PAUvpPGEbqo2nPE+eLs=
Expand Down

0 comments on commit aa84b5b

Please sign in to comment.