2019-10-25 17:16:24 +08:00
|
|
|
module git.eve.moe/jackyyf/navigator
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
2019-11-17 03:51:15 +08:00
|
|
|
require (
|
|
|
|
github.com/ipipdotnet/ipdb-go v1.2.0
|
2020-02-01 15:06:00 +08:00
|
|
|
github.com/jackc/pgx/v4 v4.2.0
|
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2019-11-17 03:51:15 +08:00
|
|
|
go.starlark.net v0.0.0-20191113183327-aaf7be003892
|
2020-02-01 15:06:00 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20200109152110-61a87790db17 // indirect
|
2019-11-17 03:51:15 +08:00
|
|
|
)
|