Skip to content
Snippets Groups Projects
go.mod 383 B
Newer Older
Gabriel Zachmann's avatar
Gabriel Zachmann committed
Gabriel Zachmann's avatar
Gabriel Zachmann committed

require (
	github.com/dgrijalva/jwt-go v3.2.0+incompatible
	github.com/go-sql-driver/mysql v1.5.0
	github.com/google/uuid v1.1.2
	github.com/jmoiron/sqlx v1.2.0
	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
	github.com/satori/go.uuid v1.2.0
	gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
)