-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
28 lines (25 loc) · 826 Bytes
/
go.mod
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
module github.com/gabriel-samfira/localshow
go 1.20
require (
github.com/BurntSushi/toml v1.3.2
github.com/TwiN/go-color v1.4.1
github.com/castillobgr/sententia v0.0.0-20160918013314-9b04b4a53625
github.com/google/uuid v1.5.0
github.com/gorilla/mux v1.8.1
github.com/oschwald/geoip2-golang v1.9.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.8.0
golang.org/x/crypto v0.17.0
golang.org/x/term v0.15.0
gorm.io/driver/sqlite v1.5.4
gorm.io/gorm v1.25.5
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-sqlite3 v1.14.17 // indirect
github.com/oschwald/maxminddb-golang v1.11.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.15.0 // indirect
)