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-k8s@main

PR link: networkservicemesh/sdk-k8s#531

Commit: 6a52711
Author: Denis Tingaikin
Date: 2024-11-19 09:01:42 -0500
Message:
  - Merge pull request #531 from Ex4amp1e/update-go-1.23.1
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Nov 19, 2024
1 parent befb46e commit 23cc470
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 10 deletions.
10 changes: 6 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/networkservicemesh/cmd-forwarder-vpp

go 1.20
go 1.23

toolchain go1.23.3

require (
github.com/antonfisher/nested-logrus-formatter v1.3.1
Expand All @@ -12,10 +14,10 @@ require (
github.com/golang/protobuf v1.5.3
github.com/google/uuid v1.3.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e
github.com/networkservicemesh/api v1.14.2-0.20241114102931-df7655523954
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba
github.com/networkservicemesh/sdk v0.5.1-0.20241106141620-b53ccb0ebe20
github.com/networkservicemesh/sdk-k8s v0.0.0-20241106142135-62183f1456e5
github.com/networkservicemesh/sdk v0.5.1-0.20241119101250-cb2dbb0eccc2
github.com/networkservicemesh/sdk-k8s v0.0.0-20241119140142-6a52711262c6
github.com/networkservicemesh/sdk-kernel v0.0.0-20241106141842-3e1b97bc7989
github.com/networkservicemesh/sdk-sriov v0.0.0-20241106142218-8424c23a982a
github.com/networkservicemesh/sdk-vpp v0.0.0-20241106142209-3dbe273c826b
Expand Down
Loading

0 comments on commit 23cc470

Please sign in to comment.