go mod tidy
This commit is contained in:
parent
151f43b95f
commit
13ce21843f
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -40,5 +40,5 @@ require (
|
||||||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
||||||
gopkg.in/djherbis/atime.v1 v1.0.0 // indirect
|
gopkg.in/djherbis/atime.v1 v1.0.0 // indirect
|
||||||
gopkg.in/djherbis/stream.v1 v1.3.1 // indirect
|
gopkg.in/djherbis/stream.v1 v1.3.1 // indirect
|
||||||
gopkg.in/yaml.v2 v2.2.8
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue