Skip to content

Commit a2e503e

Browse files
committed
chore: go mod
1 parent 8fbb0ab commit a2e503e

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
@@ -7,6 +7,7 @@ require (
77
github.com/google/uuid v1.3.0
88
github.com/inconshreveable/mousetrap v1.0.0 // indirect
99
github.com/jarcoal/httpmock v1.1.0
10+
github.com/kelseyhightower/envconfig v1.4.0
1011
github.com/mattn/go-colorable v0.1.12 // indirect
1112
github.com/mattn/go-isatty v0.0.14 // indirect
1213
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
@@ -28,7 +29,6 @@ require (
2829
github.com/davecgh/go-spew v1.1.1 // indirect
2930
github.com/go-stack/stack v1.8.0 // indirect
3031
github.com/golang/snappy v0.0.3 // indirect
31-
github.com/kelseyhightower/envconfig v1.4.0 // indirect
3232
github.com/klauspost/compress v1.13.6 // indirect
3333
github.com/pmezard/go-difflib v1.0.0 // indirect
3434
github.com/xdg-go/pbkdf2 v1.0.0 // indirect

0 commit comments

Comments
 (0)