module mazeratsgen go 1.14 require ( github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect github.com/go-openapi/spec v0.19.8 // indirect github.com/go-openapi/swag v0.19.9 // indirect github.com/gorilla/mux v1.7.4 github.com/hashicorp/golang-lru v0.5.4 // indirect github.com/mailru/easyjson v0.7.1 // indirect github.com/spf13/cobra v1.0.0 github.com/swaggo/swag v1.6.7 github.com/throttled/throttled v2.2.4+incompatible github.com/urfave/cli/v2 v2.2.0 // indirect golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect golang.org/x/text v0.3.3 // indirect golang.org/x/tools v0.0.0-20200717024301-6ddee64345a6 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect )