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

PR link: networkservicemesh/sdk-k8s#541

Commit: e9478b0
Author: Network Service Mesh Bot
Date: 2024-12-27 16:42:09 -0600
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#541)
PR link: networkservicemesh/sdk#1700
Commit: 422abe9
Author: Nikita Skrynnik
Date: 2024-12-28 09:37:57 +1100
Message:
    - use a proper context for test + fix data races in dialer (#1700)

Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
  • Loading branch information
nsmbot and NSMBot authored Dec 27, 2024
1 parent 8b41243 commit 6ca7319
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ require (
github.com/edwarnicke/grpcfd v1.1.4
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00
github.com/networkservicemesh/sdk v0.5.1-0.20241227142729-d442a26f8532
github.com/networkservicemesh/sdk-k8s v0.0.0-20241227143242-fdad908497ef
github.com/networkservicemesh/sdk v0.5.1-0.20241227223757-422abe9bfbdd
github.com/networkservicemesh/sdk-k8s v0.0.0-20241227224209-e9478b00a551
github.com/networkservicemesh/sdk-sriov v0.0.0-20241227143415-9231b416bfd2
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ 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.14.2-rc.1.0.20241209080353-bbb4cd5f8f00 h1:xZGg3H5j9UoQW7GasoQrBtH4RkB9bgKdfuRIM9EUkCQ=
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00/go.mod h1:GT0Yw1LYFSTxlDyJjBDhIxT82rJ2czZ0TiyzxSyKzvg=
github.com/networkservicemesh/sdk v0.5.1-0.20241227142729-d442a26f8532 h1:M8K6ymXuoEMdxgi1vx2ojUph/XPpPB9IacAFjq6837E=
github.com/networkservicemesh/sdk v0.5.1-0.20241227142729-d442a26f8532/go.mod h1:4UxNmG1wYL5v93pZHIgIn0jTsvzn4x0QioQ/v48zuD8=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241227143242-fdad908497ef h1:7UOqhPLh4oNIprDtkOxCLxnoJx6pZVULW64eoB7POHo=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241227143242-fdad908497ef/go.mod h1:B2AtszZvPzUkbHfRxFUmxmschZw/N6cQ45pJlxXc0oA=
github.com/networkservicemesh/sdk v0.5.1-0.20241227223757-422abe9bfbdd h1:p7yvEC3kZInerbyyRTjLC51uw40Kxbb3rMw+2JsoiU0=
github.com/networkservicemesh/sdk v0.5.1-0.20241227223757-422abe9bfbdd/go.mod h1:4UxNmG1wYL5v93pZHIgIn0jTsvzn4x0QioQ/v48zuD8=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241227224209-e9478b00a551 h1:NU51ozpI8c4n9ggRo6YbuIrWM6Wl1tvZU806SLXT1pQ=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241227224209-e9478b00a551/go.mod h1:xa/qsmtikpFATqfJoePQocbnEspXyNVdMqZfUn4oo4I=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241227143023-c45911574561 h1:/1DxNT36+IdL1oU+XWs8X2baSVnrGHJIX8zTTJ0nc8k=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241227143023-c45911574561/go.mod h1:+LZiogJTqykvq4F5fjrUr/lGN7Wn2PIAm24fTOhI6QQ=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241227143415-9231b416bfd2 h1:DbkuALmWeZCn9JOeXq8idyoSyxGnJTascFUbiUgd9LQ=
Expand Down

0 comments on commit 6ca7319

Please sign in to comment.