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#432

Commit: 948f21e
Author: Ed Warnicke
Date: 2023-03-28 10:38:53 -0500
Message:
  - Merge pull request #432 from networkservicemesh/fix-registry-k8s-issue-158
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Mar 28, 2023
1 parent e1c6a16 commit 524793b
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 @@ -16,7 +16,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.7.2-0.20230123083145-4a6c3ec589e1
github.com/networkservicemesh/sdk v0.5.1-0.20230317102643-1c6df670c572
github.com/networkservicemesh/sdk-k8s v0.0.0-20230228155325-de8f56707cac
github.com/networkservicemesh/sdk-k8s v0.0.0-20230328153853-948f21eeced9
github.com/networkservicemesh/sdk-sriov v0.0.0-20230320092722-36a5723a3ae4
github.com/networkservicemesh/sdk-vpp v0.0.0-20230323223000-ecbdb741b0d1
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ github.com/networkservicemesh/api v1.7.2-0.20230123083145-4a6c3ec589e1 h1:RxNKks
github.com/networkservicemesh/api v1.7.2-0.20230123083145-4a6c3ec589e1/go.mod h1:hOF2844BSstH1311oDMDgqqXS+kdc77htZNPRKl9mf8=
github.com/networkservicemesh/sdk v0.5.1-0.20230317102643-1c6df670c572 h1:XygT2j2Eo9ISDXKAlVgVTvFNovLGCy3wztXnVb0uoLs=
github.com/networkservicemesh/sdk v0.5.1-0.20230317102643-1c6df670c572/go.mod h1:hmu0t7IxKa1v7Mj7Y3dQrcpRD0YtEyFE5vJorXRQT2A=
github.com/networkservicemesh/sdk-k8s v0.0.0-20230228155325-de8f56707cac h1:NprhVYcon+eh4B7RtBC0CYUGc9oGXtdYz5ChOLwG0AY=
github.com/networkservicemesh/sdk-k8s v0.0.0-20230228155325-de8f56707cac/go.mod h1:0aGR/PgSG5rb5Avh0F+Nq1U7FNU4FW6Hm+SaHQnFP1Y=
github.com/networkservicemesh/sdk-k8s v0.0.0-20230328153853-948f21eeced9 h1:TyycdqTGfo59Fiu250Y/RjXlrmWZsgZgMsOpj8Ino1U=
github.com/networkservicemesh/sdk-k8s v0.0.0-20230328153853-948f21eeced9/go.mod h1:RKe5mTIXOnE3qCwH+SVim+JzJJpkDsS4SgwepiEWTGA=
github.com/networkservicemesh/sdk-kernel v0.0.0-20230317105801-40f70dd459ec h1:Z3x688lvyOuL4/JUvAcYsreMHYsmrpAdB51udyadBYY=
github.com/networkservicemesh/sdk-kernel v0.0.0-20230317105801-40f70dd459ec/go.mod h1:Uc7LrT80tlQ1hX7BvGmGYmAJSotIEWmj4nGb8p52Woc=
github.com/networkservicemesh/sdk-sriov v0.0.0-20230320092722-36a5723a3ae4 h1:OjK4qUxkORrlzFbZKNeS2rpg0LX7O6w2YC329kZo9LI=
Expand Down

0 comments on commit 524793b

Please sign in to comment.