@@ -6,13 +6,10 @@ require (
6
6
github.com/ProtonMail/go-crypto v0.0.0-20230528122434-6f98819771a1
7
7
github.com/hashicorp/vault/api v1.9.2
8
8
github.com/hashicorp/vault/sdk v0.9.1
9
- github.com/securego/gosec v0.0.0-20200401082031-e946c8c39989
10
9
github.com/sigstore/rekor v1.2.1
11
- honnef.co/go/tools v0.4.3
12
10
)
13
11
14
12
require (
15
- github.com/BurntSushi/toml v1.2.1 // indirect
16
13
github.com/armon/go-metrics v0.4.1 // indirect
17
14
github.com/armon/go-radix v1.0.0 // indirect
18
15
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
@@ -77,7 +74,6 @@ require (
77
74
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
78
75
github.com/mitchellh/mapstructure v1.5.0 // indirect
79
76
github.com/mitchellh/reflectwalk v1.0.2 // indirect
80
- github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d // indirect
81
77
github.com/oklog/run v1.1.0 // indirect
82
78
github.com/oklog/ulid v1.3.1 // indirect
83
79
github.com/opencontainers/go-digest v1.0.0 // indirect
@@ -101,15 +97,13 @@ require (
101
97
go.uber.org/zap v1.24.0 // indirect
102
98
golang.org/x/crypto v0.9.0 // indirect
103
99
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
104
- golang.org/x/exp/typeparams v0.0.0-20221208152030-732eee02a75a // indirect
105
100
golang.org/x/mod v0.10.0 // indirect
106
101
golang.org/x/net v0.10.0 // indirect
107
102
golang.org/x/sync v0.2.0 // indirect
108
103
golang.org/x/sys v0.8.0 // indirect
109
104
golang.org/x/term v0.8.0 // indirect
110
105
golang.org/x/text v0.9.0 // indirect
111
106
golang.org/x/time v0.3.0 // indirect
112
- golang.org/x/tools v0.8.0 // indirect
113
107
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
114
108
google.golang.org/grpc v1.55.0 // indirect
115
109
google.golang.org/protobuf v1.30.0 // indirect
0 commit comments