@@ -3,19 +3,25 @@ module github.com/DataManager-Go/DataManagerServer
33go 1.14
44
55require (
6- github.com/DataManager-Go/libdatamanager v1.3.2
6+ github.com/DataManager-Go/libdatamanager v1.3.6
77 github.com/JojiiOfficial/configService v0.0.0-20200219132202-6e71512e2e28
88 github.com/JojiiOfficial/gaw v1.2.8
99 github.com/JojiiOfficial/shred v1.2.1
1010 github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
1111 github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
1212 github.com/fatih/color v1.9.0
13- github.com/gabriel-vasile/mimetype v1.1.0
13+ github.com/gabriel-vasile/mimetype v1.1.1
1414 github.com/gorilla/mux v1.7.4
1515 github.com/h2non/filetype v1.1.0
16+ github.com/lib/pq v1.7.0 // indirect
17+ github.com/mattn/go-colorable v0.1.7 // indirect
18+ github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
1619 github.com/sbani/go-humanizer v0.3.1
1720 github.com/sirupsen/logrus v1.6.0
21+ golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
22+ golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
1823 gopkg.in/alecthomas/kingpin.v2 v2.2.6
19- gorm.io/driver/postgres v0.0.0-20200602015520-15fcc29eb286
20- gorm.io/gorm v0.2.6
24+ gopkg.in/yaml.v2 v2.3.0 // indirect
25+ gorm.io/driver/postgres v0.2.5
26+ gorm.io/gorm v0.2.20
2127)
0 commit comments