All checks were successful
continuous-integration/drone/push Build is passing
25 lines
906 B
Modula-2
25 lines
906 B
Modula-2
module go.askask.com/locationcode
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551
|
|
github.com/grumpypixel/go-airport-finder v0.0.0-20210902211810-793a4fb1490b
|
|
github.com/labstack/echo/v4 v4.7.2
|
|
)
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
github.com/grumpypixel/go-webget v0.0.1 // indirect
|
|
github.com/labstack/gommon v0.3.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
|
|
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
|
|
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
|
|
)
|