navigator/go.mod

12 lines
284 B
Modula-2
Raw Permalink Normal View History

2019-10-25 17:16:24 +08:00
module git.eve.moe/jackyyf/navigator
go 1.13
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
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
)