-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (32 loc) · 1.37 KB
/
go.mod
File metadata and controls
34 lines (32 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
module github.com/DataManager-Go/DataManagerServer
go 1.14
require (
filippo.io/age v1.0.0-beta7 // indirect
github.com/DataManager-Go/libdatamanager v1.4.0
github.com/JojiiOfficial/configService v0.0.0-20200219132202-6e71512e2e28
github.com/JojiiOfficial/gaw v1.2.8
github.com/JojiiOfficial/shred v1.2.1
github.com/alecthomas/kingpin v0.0.0-20200323085623-b6657d9477a6
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
github.com/fatih/color v1.10.0
github.com/gabriel-vasile/mimetype v1.1.2
github.com/gorilla/mux v1.8.0
github.com/h2non/filetype v1.1.1
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
github.com/jinzhu/gorm v1.9.16 // indirect
github.com/klauspost/compress v1.11.8 // indirect
github.com/lib/pq v1.7.0 // indirect
github.com/magefile/mage v1.11.0 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/sbani/go-humanizer v0.3.1
github.com/sirupsen/logrus v1.8.0
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
golang.org/x/sys v0.0.0-20210227040730-b0d1d43c014d // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gorm.io/driver/postgres v1.0.8
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.20.12
)