Skip to content

Commit

Permalink
Update go.mod and go.sum to networkservicemesh/[email protected]
Browse files Browse the repository at this point in the history
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Jun 7, 2024
1 parent b55c79a commit e4b3a58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ require (
github.com/edwarnicke/grpcfd v1.1.4
github.com/kelseyhightower/envconfig v1.4.0
github.com/miekg/dns v1.1.50
github.com/networkservicemesh/api v1.13.1-0.20240424210452-d0df98851760
github.com/networkservicemesh/sdk v0.5.1-0.20240604143537-e3eed82dc1b4
github.com/networkservicemesh/sdk-kernel v0.0.0-20240604150951-293bea632223
github.com/networkservicemesh/api v1.13.1
github.com/networkservicemesh/sdk v1.13.1
github.com/networkservicemesh/sdk-kernel v1.13.1
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
github.com/spiffe/go-spiffe/v2 v2.1.7
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zk
github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA=
github.com/miekg/dns v1.1.50/go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7XnME=
github.com/networkservicemesh/api v1.13.1-0.20240424210452-d0df98851760 h1:EaWGgdwbUP404Hlee80R+jSxgzjOh/tW5Fm4/9NE4B0=
github.com/networkservicemesh/api v1.13.1-0.20240424210452-d0df98851760/go.mod h1:B8FmS3XZ7NZY7ZEtdcNg2NHYppDHlr4kl4eecdZN9eI=
github.com/networkservicemesh/sdk v0.5.1-0.20240604143537-e3eed82dc1b4 h1:6FTn6PPMFCF/awAgvzMJwa+WC6wlbveGvGdGKjRXqoM=
github.com/networkservicemesh/sdk v0.5.1-0.20240604143537-e3eed82dc1b4/go.mod h1:soFR6Mg5LTVvEI0zXNcbWoBnn4hqUK7ItZBQJ3Jbszo=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240604150951-293bea632223 h1:1p0VW8jSSYYLdWpcC29lu7wGBcmZf/s/PlLVJi4oGT8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240604150951-293bea632223/go.mod h1:106yEon0olXuKYX721JqSQycpiuRMeQ/h4WiID2qIHw=
github.com/networkservicemesh/api v1.13.1 h1:lBkPdP9hM/XodWJq15UGiz8OjcPm5TqgtlmbOt4IvG0=
github.com/networkservicemesh/api v1.13.1/go.mod h1:B8FmS3XZ7NZY7ZEtdcNg2NHYppDHlr4kl4eecdZN9eI=
github.com/networkservicemesh/sdk v1.13.1 h1:zHpjJAIAIvEv4vb4O7Aa1X0U58lj0HEnxb2uOQ4e9B0=
github.com/networkservicemesh/sdk v1.13.1/go.mod h1:84LCkJJj8tlOeGiqxtHa22R1o/TMmetQfyGBk/5sU7E=
github.com/networkservicemesh/sdk-kernel v1.13.1 h1:r/gJmrzGGPEFJ2F1Xw4G6iIf7Qhnmg4OTA9YaweJG+E=
github.com/networkservicemesh/sdk-kernel v1.13.1/go.mod h1:iXJsCW7lEE8EhGtkB/+txsQ5iz3ai4GmCjw3ufzHq6c=
github.com/open-policy-agent/opa v0.44.0 h1:sEZthsrWBqIN+ShTMJ0Hcz6a3GkYsY4FaB2S/ou2hZk=
github.com/open-policy-agent/opa v0.44.0/go.mod h1:YpJaFIk5pq89n/k72c1lVvfvR5uopdJft2tMg1CW/yU=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down

0 comments on commit e4b3a58

Please sign in to comment.