We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c7c47 commit b667c5fCopy full SHA for b667c5f
fixup_acl_move.sh
@@ -21,12 +21,4 @@ done
21
find . -name \*.go | xargs fgrep 'acl.' -l | xargs $GOIMPORTS -local "github.com/hashicorp/consul" -w
22
23
make --always-make proto
24
-
25
26
-go get google.golang.org/protobuf/reflect/protoreflect
27
-go get google.golang.org/protobuf/types/known/structpb
28
-go get google.golang.org/protobuf/runtime/protoimpl
29
-go get github.com/hashicorp/consul/agent/xds
30
-go get github.com/hashicorp/consul/agent/structs
31
-go get google.golang.org/protobuf
32
+make go-mod-tidy
0 commit comments