You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/sdk/go.mod

17 lines
456 B

module github.com/hashicorp/boundary/sdk
go 1.15
require (
github.com/hashicorp/errwrap v1.1.0
github.com/hashicorp/go-kms-wrapping v0.5.16
github.com/hashicorp/go-sockaddr v1.0.2
github.com/hashicorp/go-uuid v1.0.2
github.com/hashicorp/shared-secure-libs v0.0.2
github.com/mitchellh/mapstructure v1.3.3
github.com/mr-tron/base58 v1.2.0
github.com/ryanuber/go-glob v1.0.0
github.com/stretchr/testify v1.6.1
google.golang.org/protobuf v1.25.0
)