Newer
Older
pokemon-go-trade / go.mod
Simon Lindgren on 15 Feb 2021 498 bytes Added db lib
module git.ssns.se/git/frozendragon/pokemon-go-trade

go 1.13

require (
	github.com/antonfisher/nested-logrus-formatter v1.3.0
	github.com/go-chi/chi v1.5.2
	github.com/go-pg/pg v8.0.7+incompatible
	github.com/jinzhu/inflection v1.0.0 // indirect
	github.com/jmoiron/sqlx v1.3.1
	github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351 // indirect
	github.com/sirupsen/logrus v1.7.0
	github.com/spf13/viper v1.7.1
	github.com/stretchr/testify v1.4.0
	mellium.im/sasl v0.2.1 // indirect
)