go mod tidy

This commit is contained in:
Deluan 2020-05-02 18:00:18 -04:00
parent 151f43b95f
commit 13ce21843f
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -40,5 +40,5 @@ require (
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/djherbis/atime.v1 v1.0.0 // 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
)