21 lines
611 B
Modula-2
21 lines
611 B
Modula-2
module main
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.22.0
|
|
|
|
require github.com/hashicorp/vault-client-go v0.4.3
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.1 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
|
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/ryanuber/go-glob v1.0.0 // indirect
|
|
github.com/sethvargo/go-password v0.3.1 // indirect
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
golang.org/x/time v0.5.0 // indirect
|
|
)
|