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

14 lines
362 B

module github.com/hashicorp/boundary/sdk
go 1.15
require (
github.com/hashicorp/go-kms-wrapping v0.6.3
github.com/hashicorp/go-secure-stdlib/configutil v0.1.1
github.com/hashicorp/go-secure-stdlib/strutil v0.1.1
github.com/hashicorp/go-uuid v1.0.2
github.com/mr-tron/base58 v1.2.0
github.com/stretchr/testify v1.7.0
google.golang.org/protobuf v1.27.1
)