Skip to content

Commit

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

PR link: https://github.com/networkservicemesh/govpp/pull/

Commit: 3c0a753
Author: Denis Tingaikin
Date: 2024-03-12 19:56:07 +0300
Message:
  - Merge pull request #32 from networkservicemesh/fix-update-workflow
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Mar 12, 2024
1 parent 42ed87e commit 22280a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VPP_VERSION=v23.10-rc0-170-g242c41da9
ARG VPP_VERSION=v23.10-rc0-170-gfb4b9fae3
FROM ghcr.io/networkservicemesh/govpp/vpp:${VPP_VERSION} as go
COPY --from=golang:1.20.12 /usr/local/go/ /go
ENV PATH ${PATH}:/go/bin
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/google/uuid v1.3.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.12.1-rc.1.0.20240301085602-d5e1eb84eeb4
github.com/networkservicemesh/govpp v0.0.0-20240229121707-37cda488e1ff
github.com/networkservicemesh/govpp v0.0.0-20240312165607-3c0a753ca3bf
github.com/networkservicemesh/sdk v0.5.1-0.20240212105149-b1a3e26da857
github.com/networkservicemesh/sdk-kernel v0.0.0-20240212105448-f9f740175836
github.com/networkservicemesh/sdk-vpp v0.0.0-20240306111734-c7e7e23714e7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA=
github.com/mikioh/ipaddr v0.0.0-20190404000644-d465c8ab6721/go.mod h1:Ickgr2WtCLZ2MDGd4Gr0geeCH5HybhRJbonOgQpvSxc=
github.com/networkservicemesh/api v1.12.1-rc.1.0.20240301085602-d5e1eb84eeb4 h1:cyRclVDJog+cob4lrbdIe/Rwp0H/kIB6TzvfBS6SZNY=
github.com/networkservicemesh/api v1.12.1-rc.1.0.20240301085602-d5e1eb84eeb4/go.mod h1:E2yBac48+mMkMh6ODnsNyah4EE6rI08SMR9n+86Emxs=
github.com/networkservicemesh/govpp v0.0.0-20240229121707-37cda488e1ff h1:kLykewu7TJNCKujMJvglprVJ9j0r7yJI0tjKmPbG0K4=
github.com/networkservicemesh/govpp v0.0.0-20240229121707-37cda488e1ff/go.mod h1:CwikXQ3p/y3j6+HbQQWXKv0f4LPyUd2vKTiViG93qWA=
github.com/networkservicemesh/govpp v0.0.0-20240312165607-3c0a753ca3bf h1:K5lgSmjP5pjszXRP224r3Z1/Z791HY+fvZM7u4zAaSw=
github.com/networkservicemesh/govpp v0.0.0-20240312165607-3c0a753ca3bf/go.mod h1:CwikXQ3p/y3j6+HbQQWXKv0f4LPyUd2vKTiViG93qWA=
github.com/networkservicemesh/sdk v0.5.1-0.20240212105149-b1a3e26da857 h1:5Yn1mbXvveGjAi4YAUZsxvpy9+4clcVRKXLEga30+RY=
github.com/networkservicemesh/sdk v0.5.1-0.20240212105149-b1a3e26da857/go.mod h1:rw2ug2AngItEh13ectyCGrxRhGTt/yvJt2SrysoU/Dc=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240212105448-f9f740175836 h1:izzgZmyDcgEElhNv4DbsKWoZ6mazueIlqLOvULq+t4k=
Expand Down

0 comments on commit 22280a7

Please sign in to comment.