11module github.com/trussworks/setup-new-aws-user
22
3- go 1.23
3+ go 1.24.0
44
55require (
66 github.com/99designs/aws-vault v1.0.1-0.20200507051055-ae369037cc75
77 github.com/99designs/keyring v1.2.2
8- github.com/aws/aws-sdk-go v1.55.7
9- github.com/go-playground/validator/v10 v10.26.0
8+ github.com/aws/aws-sdk-go v1.55.8
9+ github.com/go-playground/validator/v10 v10.30.1
1010 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
1111 github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
12- github.com/spf13/cobra v1.9.1
13- github.com/spf13/pflag v1.0.6
14- github.com/spf13/viper v1.20.1
15- github.com/stretchr/testify v1.10.0
16- gopkg.in/ini.v1 v1.67.0
12+ github.com/spf13/cobra v1.10.2
13+ github.com/spf13/pflag v1.0.10
14+ github.com/spf13/viper v1.21.0
15+ github.com/stretchr/testify v1.11.1
16+ gopkg.in/ini.v1 v1.67.1
1717)
1818
1919require (
2020 github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
2121 github.com/danieljoos/wincred v1.1.2 // indirect
2222 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2323 github.com/dvsekhvalnov/jose2go v1.5.0 // indirect
24- github.com/fsnotify/fsnotify v1.8 .0 // indirect
25- github.com/gabriel-vasile/mimetype v1.4.8 // indirect
24+ github.com/fsnotify/fsnotify v1.9 .0 // indirect
25+ github.com/gabriel-vasile/mimetype v1.4.12 // indirect
2626 github.com/go-playground/locales v0.14.1 // indirect
2727 github.com/go-playground/universal-translator v0.18.1 // indirect
28- github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
28+ github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
2929 github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
3030 github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
3131 github.com/hashicorp/hcl v1.0.0 // indirect
@@ -36,23 +36,24 @@ require (
3636 github.com/mitchellh/go-homedir v1.1.0 // indirect
3737 github.com/mitchellh/mapstructure v1.5.0 // indirect
3838 github.com/mtibben/percent v0.2.1 // indirect
39- github.com/pelletier/go-toml/v2 v2.2.3 // indirect
39+ github.com/pelletier/go-toml/v2 v2.2.4 // indirect
4040 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
41- github.com/sagikazarmark/locafero v0.7 .0 // indirect
41+ github.com/sagikazarmark/locafero v0.11 .0 // indirect
4242 github.com/sagikazarmark/slog-shim v0.1.0 // indirect
43- github.com/sourcegraph/conc v0.3.0 // indirect
44- github.com/spf13/afero v1.12 .0 // indirect
45- github.com/spf13/cast v1.7.1 // indirect
43+ github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
44+ github.com/spf13/afero v1.15 .0 // indirect
45+ github.com/spf13/cast v1.10.0 // indirect
4646 github.com/spf13/jwalterweatherman v1.1.0 // indirect
4747 github.com/subosito/gotenv v1.6.0 // indirect
4848 go.uber.org/atomic v1.9.0 // indirect
4949 go.uber.org/multierr v1.9.0 // indirect
50- golang.org/x/crypto v0.33.0 // indirect
50+ go.yaml.in/yaml/v3 v3.0.4 // indirect
51+ golang.org/x/crypto v0.46.0 // indirect
5152 golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
52- golang.org/x/net v0.34 .0 // indirect
53- golang.org/x/sys v0.30 .0 // indirect
54- golang.org/x/term v0.29 .0 // indirect
55- golang.org/x/text v0.22 .0 // indirect
53+ golang.org/x/net v0.47 .0 // indirect
54+ golang.org/x/sys v0.39 .0 // indirect
55+ golang.org/x/term v0.38 .0 // indirect
56+ golang.org/x/text v0.32 .0 // indirect
5657 gopkg.in/yaml.v3 v3.0.1 // indirect
5758)
5859
0 commit comments