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 (#320)

PR link: networkservicemesh/sdk-k8s#529

Commit: 7b4b9aa
Author: Ed Warnicke
Date: 2024-10-13 17:43:31 -0500
Message:
  - Merge pull request #529 from networkservicemesh/fix-registry-k8s-issue-467

Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
  • Loading branch information
nsmbot and NSMBot authored Oct 13, 2024
1 parent 178f1f2 commit d7ed2b5
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 @@ -7,7 +7,7 @@ require (
github.com/ghodss/yaml v1.0.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/sdk v0.5.1-0.20240927103734-b66e1bf47abb
github.com/networkservicemesh/sdk-k8s v0.0.0-20241001014837-cac9089cdcba
github.com/networkservicemesh/sdk-k8s v0.0.0-20241013224331-7b4b9aabf0ed
github.com/onsi/gomega v1.27.6
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e h1:Fs34Z
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e/go.mod h1:B8FmS3XZ7NZY7ZEtdcNg2NHYppDHlr4kl4eecdZN9eI=
github.com/networkservicemesh/sdk v0.5.1-0.20240927103734-b66e1bf47abb h1:Hq9Rorudd41q1kB1jEg4l2dDhcDI84+jkB4MtID9Fuc=
github.com/networkservicemesh/sdk v0.5.1-0.20240927103734-b66e1bf47abb/go.mod h1:nz2VJ3l/UDvsEusdIZf7OMxC7zLrRCV1PuziPjxJeVE=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241001014837-cac9089cdcba h1:igenETDzHUdsimDtk1IALh/k/irkrdpHFkA6ADhxTf4=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241001014837-cac9089cdcba/go.mod h1:7osJktrLqt6ZUKreSh8qgUy8g2hy3b6VXNiYHxdOlLI=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241013224331-7b4b9aabf0ed h1:mhJCns1cY/RQkWGETucbA1Fvp/5u5aUo0LMrX+PAGac=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241013224331-7b4b9aabf0ed/go.mod h1:7osJktrLqt6ZUKreSh8qgUy8g2hy3b6VXNiYHxdOlLI=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
Expand Down

0 comments on commit d7ed2b5

Please sign in to comment.