11module github.com/mvisonneau/vac
22
3- go 1.23
3+ go 1.24.0
44
55require (
6- github.com/gofrs/flock v0.12.1
6+ github.com/gofrs/flock v0.13.0
77 github.com/hashicorp/go-secure-stdlib/mlock v0.1.3
8- github.com/hashicorp/vault/api v1.16 .0
9- github.com/ktr0731/go-fuzzyfinder v0.8 .0
8+ github.com/hashicorp/vault/api v1.23 .0
9+ github.com/ktr0731/go-fuzzyfinder v0.9 .0
1010 github.com/mitchellh/go-homedir v1.1.0
1111 github.com/mvisonneau/go-helpers v0.0.1
1212 github.com/olekukonko/tablewriter v0.0.5
1313 github.com/pkg/errors v0.9.1
14- github.com/sirupsen/logrus v1.9.3
15- github.com/stretchr/testify v1.10.0
14+ github.com/sirupsen/logrus v1.9.4
15+ github.com/stretchr/testify v1.11.1
1616 github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
17- github.com/urfave/cli/v2 v2.27.6
17+ github.com/urfave/cli/v2 v2.27.7
1818 github.com/xeonx/timeago v1.0.0-rc5
1919)
2020
2121require (
2222 github.com/cenkalti/backoff/v4 v4.3.0 // indirect
23- github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
23+ github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
2424 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2525 github.com/gdamore/encoding v1.0.1 // indirect
2626 github.com/gdamore/tcell/v2 v2.7.4 // indirect
27- github.com/go-jose/go-jose/v4 v4.0.5 // indirect
28- github.com/go-test/deep v1.1.0 // indirect
27+ github.com/go-jose/go-jose/v4 v4.1.1 // indirect
2928 github.com/hashicorp/errwrap v1.1.0 // indirect
3029 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
3130 github.com/hashicorp/go-multierror v1.1.1 // indirect
32- github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
31+ github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
3332 github.com/hashicorp/go-rootcerts v1.0.2 // indirect
34- github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8 // indirect
33+ github.com/hashicorp/go-secure-stdlib/parseutil v0.2.0 // indirect
3534 github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
36- github.com/hashicorp/go-sockaddr v1.0.6 // indirect
37- github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
35+ github.com/hashicorp/go-sockaddr v1.0.7 // indirect
36+ github.com/hashicorp/hcl v1.0.1-vault-7 // indirect
3837 github.com/kr/text v0.2.0 // indirect
3938 github.com/ktr0731/go-ansisgr v0.1.0 // indirect
4039 github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
@@ -47,12 +46,12 @@ require (
4746 github.com/russross/blackfriday/v2 v2.1.0 // indirect
4847 github.com/ryanuber/go-glob v1.0.0 // indirect
4948 github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
50- golang.org/x/crypto v0.32 .0 // indirect
51- golang.org/x/net v0.34 .0 // indirect
52- golang.org/x/sys v0.29 .0 // indirect
53- golang.org/x/term v0.28 .0 // indirect
54- golang.org/x/text v0.21 .0 // indirect
55- golang.org/x/time v0.5 .0 // indirect
49+ golang.org/x/crypto v0.45 .0 // indirect
50+ golang.org/x/net v0.47 .0 // indirect
51+ golang.org/x/sys v0.38 .0 // indirect
52+ golang.org/x/term v0.37 .0 // indirect
53+ golang.org/x/text v0.31 .0 // indirect
54+ golang.org/x/time v0.12 .0 // indirect
5655 gopkg.in/yaml.v3 v3.0.1 // indirect
5756)
5857
0 commit comments