-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 683 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/t94j0/satellite
go 1.12
require (
github.com/fsnotify/fsnotify v1.4.7
github.com/gobwas/glob v0.2.3
github.com/imdario/mergo v0.3.7
github.com/mattn/go-sqlite3 v1.11.0
github.com/oschwald/geoip2-golang v1.3.0
github.com/oschwald/maxminddb-golang v1.4.0 // indirect
github.com/pkg/errors v0.8.1
github.com/prologic/bitcask v0.3.4
github.com/sirupsen/logrus v1.4.2
github.com/spf13/viper v1.4.0
github.com/t94j0/array v0.0.0-20180426153242-68930562a6bd
golang.org/x/crypto v0.0.0-20191117063200-497ca9f6d64f
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
gopkg.in/yaml.v2 v2.4.0
)