module github.com/zachmann/mytoken

go 1.12

require (
	github.com/andybalholm/brotli v1.0.1 // indirect
	github.com/dgrijalva/jwt-go v3.2.0+incompatible
	github.com/go-sql-driver/mysql v1.5.0
	github.com/gofiber/fiber/v2 v2.1.2
	github.com/gofiber/helmet/v2 v2.0.1
	github.com/jmoiron/sqlx v1.2.0
	github.com/klauspost/compress v1.11.2 // indirect
	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
	github.com/satori/go.uuid v1.2.0
	golang.org/x/sys v0.0.0-20201027140754-0fcbb8f4928c // indirect
	gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
	gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)