-
Notifications
You must be signed in to change notification settings - Fork 13
/
go.mod
29 lines (26 loc) · 1.01 KB
/
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
29
module github.com/oftn-oswg/zerodrop
go 1.23.1
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-sql-driver/mysql v1.8.1
github.com/jinzhu/configor v1.2.2
github.com/kellydunn/golang-geo v0.7.0
github.com/lib/pq v1.10.9
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/oftn-oswg/ipcat v0.0.0-20180517005950-a8ecd7ee10a8
github.com/oftn-oswg/secureform v0.0.0-20180523042656-55f6e392476b
github.com/oftn-oswg/socket v0.0.0-20180521040844-778302196f1e
github.com/oschwald/geoip2-golang v1.11.0
github.com/satori/go.uuid v1.2.0
gopkg.in/ezzarghili/recaptcha-go.v2 v2.0.2
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/BurntSushi/toml v1.2.0 // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/kylelemons/go-gypsy v1.0.0 // indirect
github.com/oschwald/maxminddb-golang v1.13.0 // indirect
github.com/ziutek/mymysql v1.5.4 // indirect
golang.org/x/sys v0.20.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)