This commit is contained in:
Henrique Dias
2020-01-09 18:03:18 +00:00
parent ca183a4fb8
commit b320419088
2 changed files with 6 additions and 7 deletions

3
go.mod
View File

@@ -13,7 +13,6 @@ require (
github.com/gorilla/mux v1.7.3
github.com/gorilla/websocket v1.4.1
github.com/hacdias/fileutils v0.0.0-20181202104838-227b317161a1
github.com/magiconair/properties v1.8.1 // indirect
github.com/maruel/natural v0.0.0-20180416170133-dbcb3e2e8cf1
github.com/mholt/archiver v3.1.1+incompatible
github.com/mitchellh/go-homedir v1.1.0
@@ -36,3 +35,5 @@ require (
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.2.7
)
go 1.13