Newer
Older
pokemon-go-trade / go.mod
Simon Lindgren on 21 Feb 2021 534 bytes Added variations
module git.ssns.se/git/frozendragon/pokemon-go-trade

go 1.13

require (
	github.com/antonfisher/nested-logrus-formatter v1.3.0
	github.com/chai2010/webp v1.1.0 // indirect
	github.com/go-chi/chi v1.5.2
	github.com/jmoiron/sqlx v1.3.1
	github.com/lib/pq v1.2.0
	github.com/sirupsen/logrus v1.7.0
	github.com/spf13/viper v1.7.1
	github.com/stretchr/testify v1.4.0 // indirect
	golang.org/x/image v0.0.0-20190802002840-cff245a6509b
	golang.org/x/sys v0.0.0-20191220142924-d4481acd189f // indirect
	gopkg.in/yaml.v2 v2.2.5 // indirect
)