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 Nov 2, 2024
1 parent 6c58639 commit 992beaf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ require (
github.com/edwarnicke/genericsync v0.0.0-20220910010113-61a344f9bc29
github.com/edwarnicke/grpcfd v1.1.4
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e
github.com/networkservicemesh/sdk v0.5.1-0.20241017235226-a17a4feafcc5
github.com/networkservicemesh/sdk-k8s v0.0.0-20241023073817-a0a20fea26ff
github.com/networkservicemesh/api v1.14.1
github.com/networkservicemesh/sdk v1.14.1
github.com/networkservicemesh/sdk-k8s v1.14.1
github.com/networkservicemesh/sdk-sriov v0.0.0-20241028172147-7f9943c7601d
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
Expand Down
14 changes: 7 additions & 7 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ github.com/kelseyhightower/envconfig v1.4.0 h1:Im6hONhd3pLkfDFsbRgu68RDNkGF1r3dv
github.com/kelseyhightower/envconfig v1.4.0/go.mod h1:cccZRl6mQpaq41TPp5QxidR+Sa3axMbJDNb//FQX6Gg=
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/klauspost/compress v1.16.7 h1:2mk3MPGNzKyxErAw8YaohYh69+pa4sIQSC0fPGCFR9I=
github.com/klauspost/compress v1.16.6 h1:91SKEy4K37vkp255cJ8QesJhjyRO0hn9i9G0GoUwLsk=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
Expand All @@ -105,12 +105,12 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=
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/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e h1:Fs34ZZN+bujq5OQEQUpxm0gYQ3g7uSCkcKcoUt70Be0=
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e/go.mod h1:B8FmS3XZ7NZY7ZEtdcNg2NHYppDHlr4kl4eecdZN9eI=
github.com/networkservicemesh/sdk v0.5.1-0.20241017235226-a17a4feafcc5 h1:mv1LmNfCC5e5FtZChcwAkSOqoY+1NaI3XWsAzhJcQ/w=
github.com/networkservicemesh/sdk v0.5.1-0.20241017235226-a17a4feafcc5/go.mod h1:Mgdq7rKIIsx8UVO/7GMMYve1ukv/bJXPg/28fcdxUFM=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241023073817-a0a20fea26ff h1:btM65FoeL5knTqpfDMVATst8ZGV6ZZr28Ix8RO5yhOE=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241023073817-a0a20fea26ff/go.mod h1:x03hU7wE5PVDntv2aSmBv/+NcGQTVTey7bhG8lWvTgk=
github.com/networkservicemesh/api v1.14.1 h1:j/Gv/jNrusvpJH+hQhgMl10stvhNYlM+P3YTpTYEV/k=
github.com/networkservicemesh/api v1.14.1/go.mod h1:B8FmS3XZ7NZY7ZEtdcNg2NHYppDHlr4kl4eecdZN9eI=
github.com/networkservicemesh/sdk v1.14.1 h1:JcXZqt1+2GkQbqBKnmuHuiIxrjjGDKRgTlJk3wy7xtc=
github.com/networkservicemesh/sdk v1.14.1/go.mod h1:233CcjjIGZ6NC340cTh8BAEfOp91cLBo3Ph7hzIAZe8=
github.com/networkservicemesh/sdk-k8s v1.14.1 h1:+JCrHimytexIg+P/HJv8cUTCzpH49DtAubYmPLftaXA=
github.com/networkservicemesh/sdk-k8s v1.14.1/go.mod h1:EVTlhVj8JpwpNJj8JJ4suMdv+fPU59VOWtZw5cnhWGg=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241028171658-6b5aa1e4372d h1:zOtAfYLyOgjwrACq/KlUbbwKuNNCObiI13haLZ1UX4o=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241028171658-6b5aa1e4372d/go.mod h1:rV+PiPv7raW6na1qBGzUvwTlV19XkmAyupz6IodwmPI=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241028172147-7f9943c7601d h1:V49GNcH1r70MzkKT9gP1jond3O36D8o/zIisONQYjq0=
Expand Down

0 comments on commit 992beaf

Please sign in to comment.