locationcode/go.mod
Ask Bjørn Hansen e6a44bc92e
All checks were successful
continuous-integration/drone/push Build is passing
Update Go 1.21.0 and dependencies
2023-09-05 23:59:58 -07:00

25 lines
799 B
Modula-2

module go.askask.com/locationcode
go 1.21
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.11.1
)
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.19 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/time v0.3.0 // indirect
)