Fixup script 2

Signed-off-by: Mark Anderson <manderson@hashicorp.com>
This commit is contained in:
Mark Anderson 2022-03-28 19:31:46 -07:00
parent d652063d0a
commit 58ca8c8ed4
1 changed files with 1 additions and 9 deletions

View File

@ -21,12 +21,4 @@ done
find . -name \*.go | xargs fgrep 'acl.' -l | xargs $GOIMPORTS -local "github.com/hashicorp/consul" -w
make --always-make proto
go get google.golang.org/protobuf/reflect/protoreflect
go get google.golang.org/protobuf/types/known/structpb
go get google.golang.org/protobuf/runtime/protoimpl
go get github.com/hashicorp/consul/agent/xds
go get github.com/hashicorp/consul/agent/structs
go get google.golang.org/protobuf
make go-mod-tidy