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-20220408190544-5352b0902921 // indirect golang.org/x/net v0.0.0-20220407224826-aac1ed45d8e3 // indirect golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect golang.org/x/text v0.3.7 // indirect golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect )