updated dependencies
... | ... | @@ -9,6 +9,7 @@ require ( |
github.com/go-logr/logr v1.4.1 | ||
github.com/onsi/ginkgo/v2 v2.14.0 | ||
github.com/onsi/gomega v1.30.0 | ||
github.com/stretchr/testify v1.9.0 | ||
google.golang.org/grpc v1.67.0 | ||
k8s.io/api v0.29.0 | ||
k8s.io/apimachinery v0.29.0 | ||
... | ... | @@ -17,7 +18,20 @@ require ( |
) | ||
require google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect | ||
require ( | ||
github.com/BurntSushi/toml v1.2.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/exp/typeparams v0.0.0-20221212164502-fae10dda9338 // indirect | ||
golang.org/x/mod v0.20.0 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
golang.org/x/telemetry v0.0.0-20240829154258-f29ab539cc98 // indirect | ||
golang.org/x/tools/gopls v0.16.2 // indirect | ||
golang.org/x/vuln v1.0.4 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect | ||
honnef.co/go/tools v0.4.7 // indirect | ||
mvdan.cc/gofumpt v0.6.0 // indirect | ||
mvdan.cc/xurls/v2 v2.5.0 // indirect | ||
) | ||
// replace github.com/Networks-it-uc3m/l2sm-switch => ../switch | ||
... | ... | @@ -65,7 +79,7 @@ require ( |
golang.org/x/term v0.23.0 // indirect | ||
golang.org/x/text v0.17.0 // indirect | ||
golang.org/x/time v0.3.0 // indirect | ||
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect | ||
golang.org/x/tools v0.22.1-0.20240829175637-39126e24d653 // indirect | ||
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
... | ... |
Please register or sign in to comment