locationcode/go.mod
Ask Bjørn Hansen 02fe7d1ae9
All checks were successful
continuous-integration/drone/push Build is passing
Update Go and dependencies
2023-05-01 00:43:34 -07:00

25 lines
795 B
Modula-2

module go.askask.com/locationcode
go 1.19
require (
github.com/golang/geo v0.0.0-20230421003525-6adc56603217
github.com/grumpypixel/go-airport-finder v0.0.0-20210902211810-793a4fb1490b
github.com/labstack/echo/v4 v4.10.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.4.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.8.0 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/time v0.3.0 // indirect
)