Skip to content

Commit b59c6c7

Browse files
committed
chore: cleanup rebase
1 parent c8e24d0 commit b59c6c7

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

tools.go.mod

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
11
module github.com/Azure/azure-container-networking
22

3-
go 1.24.0
3+
go 1.24.1
44

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
165
// To use/update leverage -modfile=tools.go.mod field in respective go commands
176
tool (
187
github.com/golang/mock/mockgen

0 commit comments

Comments
 (0)