We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e24d0 commit b59c6c7Copy full SHA for b59c6c7
tools.go.mod
@@ -1,18 +1,7 @@
1
module github.com/Azure/azure-container-networking
2
3
-go 1.24.0
+go 1.24.1
4
5
-require (
6
- github.com/AlekSi/gocov-xml v1.2.0
7
- github.com/axw/gocov v1.2.1
8
- github.com/golang/mock v1.6.0
9
- github.com/golangci/golangci-lint v1.63.4
10
- github.com/jstemmer/go-junit-report v1.0.0
11
- github.com/orellazri/renderkit v0.6.3
12
- google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
13
- google.golang.org/protobuf v1.36.8
14
- mvdan.cc/gofumpt v0.7.0
15
- sigs.k8s.io/controller-tools v0.16.3
16
// To use/update leverage -modfile=tools.go.mod field in respective go commands
17
tool (
18
github.com/golang/mock/mockgen
0 commit comments