|
|
|
|
@ -2,10 +2,6 @@ module github.com/hashicorp/boundary
|
|
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
|
|
replace github.com/hashicorp/boundary/api => ./api
|
|
|
|
|
|
|
|
|
|
replace github.com/hashicorp/boundary/sdk => ./sdk
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/armon/go-metrics v0.3.6
|
|
|
|
|
github.com/bufbuild/buf v0.33.0
|
|
|
|
|
@ -19,8 +15,8 @@ require (
|
|
|
|
|
github.com/golang/protobuf v1.4.3
|
|
|
|
|
github.com/google/go-cmp v0.5.4
|
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.1.1-0.20210209144642-519e7f45f48e
|
|
|
|
|
github.com/hashicorp/boundary/api v0.0.4
|
|
|
|
|
github.com/hashicorp/boundary/sdk v0.0.2
|
|
|
|
|
github.com/hashicorp/boundary/api v0.0.5
|
|
|
|
|
github.com/hashicorp/boundary/sdk v0.0.3
|
|
|
|
|
github.com/hashicorp/dbassert v0.0.0-20200930125617-6218396928df
|
|
|
|
|
github.com/hashicorp/errwrap v1.1.0
|
|
|
|
|
github.com/hashicorp/go-bexpr v0.1.6
|
|
|
|
|
|