Skip to content

Commit b667c5f

Browse files
committed
Fixup script 2
Signed-off-by: Mark Anderson <[email protected]>
1 parent 92c7c47 commit b667c5f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

fixup_acl_move.sh

+1-9
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,4 @@ done
2121
find . -name \*.go | xargs fgrep 'acl.' -l | xargs $GOIMPORTS -local "github.com/hashicorp/consul" -w
2222

2323
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-
24+
make go-mod-tidy

0 commit comments

Comments
 (0)