mirror of
https://github.com/hashicorp/vault.git
synced 2026-01-17 22:51:17 +01:00
12 lines
275 B
Modula-2
12 lines
275 B
Modula-2
module github.com/hashicorp/vault/api/auth/aws
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.49.22
|
|
github.com/hashicorp/go-hclog v0.16.2
|
|
github.com/hashicorp/go-secure-stdlib/awsutil v0.1.6
|
|
github.com/hashicorp/go-uuid v1.0.2
|
|
github.com/hashicorp/vault/api v1.10.0
|
|
)
|