Skip to content

Commit 8a9076a

Browse files
committed
go mod tidy
1 parent 06a797a commit 8a9076a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ require (
1010
github.com/spf13/pflag v1.0.5
1111
github.com/spf13/viper v1.13.0
1212
goji.io v2.0.2+incompatible
13-
golang.org/x/crypto v0.0.0-20220919173607-35f4265a4bc0
1413
)
1514

1615
require (
@@ -30,6 +29,7 @@ require (
3029
github.com/spf13/jwalterweatherman v1.1.0 // indirect
3130
github.com/subosito/gotenv v1.4.1 // indirect
3231
github.com/zenazn/goji v1.0.1 // indirect
32+
golang.org/x/crypto v0.0.0-20220919173607-35f4265a4bc0 // indirect
3333
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
3434
golang.org/x/text v0.3.7 // indirect
3535
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)