You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
766 B
21 lines
766 B
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.9 // 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.2 // 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-20200727233628-55644ead90ce // indirect
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|
|
|