Skip to content

Commit 951fd18

Browse files
committed
Re-add the dependency on golang.org/x/lint
If we don't list it here, we end up dragging in some random version that is part of rules_go.
1 parent 90f6780 commit 951fd18

File tree

3 files changed

+303
-3
lines changed

3 files changed

+303
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replace github.com/grpc-ecosystem/grpc-gateway/v2 => github.com/grpc-ecosystem/g
88
require (
99
cloud.google.com/go/longrunning v0.5.4
1010
github.com/bazelbuild/remote-apis v0.0.0-20231207155409-7e33c12ee961
11-
github.com/buildbarn/bb-storage v0.0.0-20231221160710-d1f6a1739b3e
11+
github.com/buildbarn/bb-storage v0.0.0-20231221165007-694d823e9dab
1212
github.com/buildbarn/go-xdr v0.0.0-20231115101217-a9e2aa4cf64b
1313
github.com/golang/mock v1.6.0
1414
github.com/golang/protobuf v1.5.3

0 commit comments

Comments
 (0)