32 lines
1014 B
Modula-2
32 lines
1014 B
Modula-2
module update_vault_totp
|
|
|
|
go 1.25.5
|
|
|
|
require (
|
|
github.com/coreos/go-systemd/v22 v22.5.0
|
|
github.com/creachadair/otp v0.5.2
|
|
github.com/hashicorp/vault-client-go v0.4.3
|
|
github.com/jessevdk/go-flags v1.6.1
|
|
golang.org/x/mod v0.23.0
|
|
golang.org/x/term v0.38.0
|
|
r00t2.io/gosecret v1.1.5
|
|
r00t2.io/goutils v1.13.0
|
|
r00t2.io/sysutils v1.15.0
|
|
)
|
|
|
|
require (
|
|
github.com/creachadair/wirepb v0.0.0-20251201055919-954ef89c4c71 // indirect
|
|
github.com/djherbis/times v1.6.0 // indirect
|
|
github.com/godbus/dbus/v5 v5.2.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.8 // 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
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
golang.org/x/sys v0.39.0 // indirect
|
|
golang.org/x/time v0.14.0 // indirect
|
|
)
|