|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
module github.com/hashicorp/boundary/api
|
|
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/fatih/structs v1.1.0
|
|
|
|
|
@ -12,8 +12,25 @@ require (
|
|
|
|
|
github.com/hashicorp/go-uuid v1.0.2
|
|
|
|
|
github.com/mr-tron/base58 v1.2.0
|
|
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
|
|
|
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
|
|
|
|
|
google.golang.org/grpc v1.35.0
|
|
|
|
|
google.golang.org/protobuf v1.27.1
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
|
github.com/fatih/color v1.7.0 // indirect
|
|
|
|
|
github.com/golang/protobuf v1.5.0 // indirect
|
|
|
|
|
github.com/hashicorp/go-hclog v0.16.2 // indirect
|
|
|
|
|
github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 // indirect
|
|
|
|
|
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
|
|
|
|
|
github.com/mattn/go-colorable v0.1.6 // indirect
|
|
|
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
|
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
|
github.com/ryanuber/go-glob v1.0.0 // indirect
|
|
|
|
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
|
|
|
|
|
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
|
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
|
|
|
)
|
|
|
|
|
|