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

PR link: networkservicemesh/sdk-sriov#617

Commit: 18a9dfa
Author: Denis Tingaikin
Date: 2024-11-19 11:26:24 -0500
Message:
  - Merge pull request #617 from Ex4amp1e/update-go-1.23
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Nov 19, 2024
1 parent d530e31 commit f473646
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 10 deletions.
10 changes: 6 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
module github.com/networkservicemesh/cmd-nse-vlan-vpp

go 1.20
go 1.23

toolchain go1.23.3

Check failure on line 5 in go.mod

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

unknown directive: toolchain

require (
github.com/antonfisher/nested-logrus-formatter v1.3.1
github.com/edwarnicke/grpcfd v1.1.4
github.com/golang/protobuf v1.5.3
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-sriov v0.0.0-20241106142218-8424c23a982a
github.com/networkservicemesh/sdk v0.5.1-0.20241119101250-cb2dbb0eccc2
github.com/networkservicemesh/sdk-sriov v0.0.0-20241119162624-18a9dfad69e3
github.com/networkservicemesh/sdk-vpp v0.0.0-20241106142209-3dbe273c826b
github.com/networkservicemesh/vpphelper v0.0.0-20240115135903-e2b961f768b6
github.com/pkg/errors v0.9.1
Expand Down
Loading

0 comments on commit f473646

Please sign in to comment.