39 lines
1.6 KiB
Modula-2
39 lines
1.6 KiB
Modula-2
module github.com/hashicorp/vault/sdk
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da
|
|
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310
|
|
github.com/fatih/structs v1.1.0
|
|
github.com/go-ldap/ldap v3.0.2+incompatible
|
|
github.com/go-test/deep v1.0.2-0.20181118220953-042da051cf31
|
|
github.com/golang/protobuf v1.3.1
|
|
github.com/golang/snappy v0.0.1
|
|
github.com/hashicorp/errwrap v1.0.0
|
|
github.com/hashicorp/go-hclog v0.8.0
|
|
github.com/hashicorp/go-immutable-radix v1.0.0
|
|
github.com/hashicorp/go-multierror v1.0.0
|
|
github.com/hashicorp/go-plugin v1.0.1
|
|
github.com/hashicorp/go-sockaddr v1.0.2
|
|
github.com/hashicorp/go-uuid v1.0.1
|
|
github.com/hashicorp/go-version v1.1.0
|
|
github.com/hashicorp/golang-lru v0.5.1
|
|
github.com/hashicorp/hcl v1.0.0
|
|
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
|
|
github.com/mitchellh/copystructure v1.0.0
|
|
github.com/mitchellh/go-testing-interface v1.0.0
|
|
github.com/mitchellh/mapstructure v1.1.2
|
|
github.com/pascaldekloe/goe v0.1.0 // indirect
|
|
github.com/pierrec/lz4 v2.0.5+incompatible
|
|
github.com/ryanuber/go-glob v1.0.0
|
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
|
|
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 // indirect
|
|
golang.org/x/sys v0.0.0-20190403152447-81d4e9dc473e
|
|
golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db // indirect
|
|
google.golang.org/appengine v1.4.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 // indirect
|
|
google.golang.org/grpc v1.22.0
|
|
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
|
|
)
|