mirror of https://github.com/status-im/consul.git
SQ FIX
Signed-off-by: Mark Anderson <manderson@hashicorp.com>
This commit is contained in:
parent
8ddf7cc1bd
commit
92c7c47276
|
@ -18,7 +18,15 @@ for dir in "${DIRS[@]}"
|
||||||
popd
|
popd
|
||||||
done
|
done
|
||||||
|
|
||||||
git diff --name-only | xargs $GOIMPORTS -local "github.com/hashicorp/consul" -w
|
find . -name \*.go | xargs fgrep 'acl.' -l | xargs $GOIMPORTS -local "github.com/hashicorp/consul" -w
|
||||||
|
|
||||||
make --always-make proto
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue