We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a797a commit 8a9076aCopy full SHA for 8a9076a
go.mod
@@ -10,7 +10,6 @@ require (
10
github.com/spf13/pflag v1.0.5
11
github.com/spf13/viper v1.13.0
12
goji.io v2.0.2+incompatible
13
- golang.org/x/crypto v0.0.0-20220919173607-35f4265a4bc0
14
)
15
16
require (
@@ -30,6 +29,7 @@ require (
30
29
github.com/spf13/jwalterweatherman v1.1.0 // indirect
31
github.com/subosito/gotenv v1.4.1 // indirect
32
github.com/zenazn/goji v1.0.1 // indirect
+ golang.org/x/crypto v0.0.0-20220919173607-35f4265a4bc0 // indirect
33
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
34
golang.org/x/text v0.3.7 // indirect
35
gopkg.in/ini.v1 v1.67.0 // indirect
0 commit comments