Skip to content

Commit

Permalink
Automatically resolving conflicts in go.mod and updating dependency v…
Browse files Browse the repository at this point in the history
…ersions to the latest

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Apr 11, 2024
1 parent 00caeef commit 26288a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.12.1-rc.1.0.20240325104451-92facbceb926
github.com/networkservicemesh/sdk v0.5.1-0.20240411170628-889386da5699
github.com/networkservicemesh/sdk-vpp v0.0.0-20240411171412-126b5672c254
github.com/networkservicemesh/sdk-vpp v0.0.0-20240411170841-6b6d4026f3b8
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6
github.com/sirupsen/logrus v1.9.3
github.com/spiffe/go-spiffe/v2 v2.1.7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20240411170628-889386da5699 h1:yXC6ee
github.com/networkservicemesh/sdk v0.5.1-0.20240411170628-889386da5699/go.mod h1:kSPLlf71rqB+4mAW8MHkrfWs9cMuQJP7RVkGqpHqKmY=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240411170904-ced9ae93e978 h1:efxHzwhbSY/RzJKGHh/CSs+mGskLdWxtDPc9TVG1XD8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240411170904-ced9ae93e978/go.mod h1:I0rcmU709m8gTsfAw4qtTRCt/XGhe5ZAC+/k0hT+sV4=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240411171412-126b5672c254 h1:dBrEDJFZAKy68lhLgQG6pDA4KYDv474KvI3gs2xcpV4=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240411171412-126b5672c254/go.mod h1:9PILCdHCtTPDeq+Wiw+/1Qi5Rfzc0GPus9ecWzO1hTs=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240411170841-6b6d4026f3b8 h1:cA2cRgam7U8RY/rGvprigFokZEx5B2NETIubAS2pVQE=
github.com/networkservicemesh/sdk-vpp v0.0.0-20240411170841-6b6d4026f3b8/go.mod h1:Vi8ng6Khox7GdpgrrtKc7XoNhOlUpoZYLNm3Iegww7M=
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6 h1:o+enN5yCikNXZN+hO+JjE+aLxBWq9+GMVF9GSQtpwMI=
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6/go.mod h1:n6+8PnoDvWj6WMryfU3J8HOCusgysFjQ0kGLfrcsDEM=
github.com/onsi/gomega v1.30.0 h1:hvMK7xYz4D3HapigLTeGdId/NcfQx1VHMJc60ew99+8=
Expand Down

0 comments on commit 26288a7

Please sign in to comment.