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 <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Nov 19, 2024
1 parent b219a02 commit b8ffc07
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,13 +1,15 @@
module github.com/networkservicemesh/cmd-registry-k8s

go 1.20
go 1.23

toolchain go1.23.3

require (
github.com/antonfisher/nested-logrus-formatter v1.3.1
github.com/edwarnicke/grpcfd v1.1.4
github.com/kelseyhightower/envconfig v1.4.0
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/sirupsen/logrus v1.9.0
github.com/spiffe/go-spiffe/v2 v2.1.7
google.golang.org/grpc v1.60.1
Expand Down Expand Up @@ -49,7 +51,7 @@ require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e // indirect
github.com/networkservicemesh/api v1.14.2-0.20241114102931-df7655523954 // indirect
github.com/open-policy-agent/opa v0.44.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.17.0 // indirect
Expand Down
Loading

0 comments on commit b8ffc07

Please sign in to comment.