|
| 1 | +module github.gom/hashicorp/hello-vault-go/quick-start |
| 2 | + |
| 3 | +go 1.23.0 |
| 4 | + |
| 5 | +toolchain go1.24.4 |
| 6 | + |
| 7 | +require ( |
| 8 | + github.com/gin-gonic/gin v1.11.0 |
| 9 | + github.com/hashicorp/vault/api v1.22.0 |
| 10 | + github.com/hashicorp/vault/api/auth/approle v0.11.0 |
| 11 | + github.com/hashicorp/vault/api/auth/aws v0.11.0 |
| 12 | + github.com/hashicorp/vault/api/auth/azure v0.10.0 |
| 13 | + github.com/hashicorp/vault/api/auth/gcp v0.11.0 |
| 14 | + github.com/hashicorp/vault/api/auth/kubernetes v0.10.0 |
| 15 | + github.com/hashicorp/vault/api/auth/userpass v0.11.0 |
| 16 | +) |
| 17 | + |
| 18 | +require ( |
| 19 | + cloud.google.com/go/auth v0.16.2 // indirect |
| 20 | + cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect |
| 21 | + cloud.google.com/go/compute/metadata v0.7.0 // indirect |
| 22 | + cloud.google.com/go/iam v1.5.2 // indirect |
| 23 | + github.com/aws/aws-sdk-go v1.55.7 // indirect |
| 24 | + github.com/bytedance/sonic v1.14.0 // indirect |
| 25 | + github.com/bytedance/sonic/loader v0.3.0 // indirect |
| 26 | + github.com/cenkalti/backoff/v4 v4.3.0 // indirect |
| 27 | + github.com/cloudwego/base64x v0.1.6 // indirect |
| 28 | + github.com/fatih/color v1.18.0 // indirect |
| 29 | + github.com/felixge/httpsnoop v1.0.4 // indirect |
| 30 | + github.com/gabriel-vasile/mimetype v1.4.8 // indirect |
| 31 | + github.com/gin-contrib/sse v1.1.0 // indirect |
| 32 | + github.com/go-jose/go-jose/v4 v4.1.1 // indirect |
| 33 | + github.com/go-logr/logr v1.4.2 // indirect |
| 34 | + github.com/go-logr/stdr v1.2.2 // indirect |
| 35 | + github.com/go-playground/locales v0.14.1 // indirect |
| 36 | + github.com/go-playground/universal-translator v0.18.1 // indirect |
| 37 | + github.com/go-playground/validator/v10 v10.27.0 // indirect |
| 38 | + github.com/goccy/go-json v0.10.2 // indirect |
| 39 | + github.com/goccy/go-yaml v1.18.0 // indirect |
| 40 | + github.com/google/s2a-go v0.1.9 // indirect |
| 41 | + github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect |
| 42 | + github.com/googleapis/gax-go/v2 v2.14.2 // indirect |
| 43 | + github.com/hashicorp/errwrap v1.1.0 // indirect |
| 44 | + github.com/hashicorp/go-cleanhttp v0.5.2 // indirect |
| 45 | + github.com/hashicorp/go-hclog v1.6.3 // indirect |
| 46 | + github.com/hashicorp/go-multierror v1.1.1 // indirect |
| 47 | + github.com/hashicorp/go-retryablehttp v0.7.8 // indirect |
| 48 | + github.com/hashicorp/go-rootcerts v1.0.2 // indirect |
| 49 | + github.com/hashicorp/go-secure-stdlib/awsutil v0.3.0 // indirect |
| 50 | + github.com/hashicorp/go-secure-stdlib/parseutil v0.2.0 // indirect |
| 51 | + github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect |
| 52 | + github.com/hashicorp/go-sockaddr v1.0.7 // indirect |
| 53 | + github.com/hashicorp/go-uuid v1.0.2 // indirect |
| 54 | + github.com/hashicorp/hcl v1.0.1-vault-7 // indirect |
| 55 | + github.com/jmespath/go-jmespath v0.4.0 // indirect |
| 56 | + github.com/json-iterator/go v1.1.12 // indirect |
| 57 | + github.com/klauspost/cpuid/v2 v2.3.0 // indirect |
| 58 | + github.com/leodido/go-urn v1.4.0 // indirect |
| 59 | + github.com/mattn/go-colorable v0.1.14 // indirect |
| 60 | + github.com/mattn/go-isatty v0.0.20 // indirect |
| 61 | + github.com/mitchellh/go-homedir v1.1.0 // indirect |
| 62 | + github.com/mitchellh/mapstructure v1.5.0 // indirect |
| 63 | + github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect |
| 64 | + github.com/modern-go/reflect2 v1.0.2 // indirect |
| 65 | + github.com/pelletier/go-toml/v2 v2.2.4 // indirect |
| 66 | + github.com/pkg/errors v0.9.1 // indirect |
| 67 | + github.com/quic-go/qpack v0.5.1 // indirect |
| 68 | + github.com/quic-go/quic-go v0.54.0 // indirect |
| 69 | + github.com/ryanuber/go-glob v1.0.0 // indirect |
| 70 | + github.com/twitchyliquid64/golang-asm v0.15.1 // indirect |
| 71 | + github.com/ugorji/go/codec v1.3.0 // indirect |
| 72 | + go.opentelemetry.io/auto/sdk v1.1.0 // indirect |
| 73 | + go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect |
| 74 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect |
| 75 | + go.opentelemetry.io/otel v1.36.0 // indirect |
| 76 | + go.opentelemetry.io/otel/metric v1.36.0 // indirect |
| 77 | + go.opentelemetry.io/otel/trace v1.36.0 // indirect |
| 78 | + go.uber.org/mock v0.5.0 // indirect |
| 79 | + golang.org/x/arch v0.20.0 // indirect |
| 80 | + golang.org/x/crypto v0.40.0 // indirect |
| 81 | + golang.org/x/mod v0.25.0 // indirect |
| 82 | + golang.org/x/net v0.42.0 // indirect |
| 83 | + golang.org/x/oauth2 v0.30.0 // indirect |
| 84 | + golang.org/x/sync v0.16.0 // indirect |
| 85 | + golang.org/x/sys v0.35.0 // indirect |
| 86 | + golang.org/x/text v0.27.0 // indirect |
| 87 | + golang.org/x/time v0.12.0 // indirect |
| 88 | + golang.org/x/tools v0.34.0 // indirect |
| 89 | + google.golang.org/api v0.242.0 // indirect |
| 90 | + google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2 // indirect |
| 91 | + google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2 // indirect |
| 92 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect |
| 93 | + google.golang.org/grpc v1.73.0 // indirect |
| 94 | + google.golang.org/protobuf v1.36.9 // indirect |
| 95 | +) |
0 commit comments