Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/test-network-function/privileged-daemonset from 1.0.21 to 1.0.22 #90

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
module github.com/test-network-function/l2discovery-lib

go 1.21.2
toolchain go1.22.0

require (
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
github.com/test-network-function/l2discovery-exports v0.0.3
github.com/test-network-function/privileged-daemonset v1.0.21
github.com/test-network-function/privileged-daemonset v1.0.22
github.com/yourbasic/graph v0.0.0-20210606180040-8ecfec1c2869
k8s.io/api v0.29.2
k8s.io/apimachinery v0.29.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/test-network-function/l2discovery-exports v0.0.3 h1:kuzpWu5UQL3VIG+8AkjmsghkjZN1X3k3dQ8M36DsJc4=
github.com/test-network-function/l2discovery-exports v0.0.3/go.mod h1:38JgpFHXB9PQ+4bPZQ+STsUKK9BrTe+5uDq47OeMV50=
github.com/test-network-function/privileged-daemonset v1.0.21 h1:uC+sW7OFxd5UYQEizlzYnKVtjVef/wBKGaHlP1QtmvE=
github.com/test-network-function/privileged-daemonset v1.0.21/go.mod h1:xWMllRvSyDUvFUFOGob8erHBgSe0xoKL140QcYeTdJc=
github.com/test-network-function/privileged-daemonset v1.0.22 h1:rYvZnh/+Cd7g03eGfKVbCsNOiSRMSIvtZZYI8bf3NmU=
github.com/test-network-function/privileged-daemonset v1.0.22/go.mod h1:TCdk0HMqvNyCyRHmERQ0FW1pdECHJ8C4plwQQEwkF3s=
github.com/yourbasic/graph v0.0.0-20210606180040-8ecfec1c2869 h1:7v7L5lsfw4w8iqBBXETukHo4IPltmD+mWoLRYUmeGN8=
github.com/yourbasic/graph v0.0.0-20210606180040-8ecfec1c2869/go.mod h1:Rfzr+sqaDreiCaoQbFCu3sTXxeFq/9kXRuyOoSlGQHE=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down