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

Gabriel Zachmann's avatar
Gabriel Zachmann committed
go 1.14
Gabriel Zachmann's avatar
Gabriel Zachmann committed

require (
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	github.com/dgrijalva/jwt-go v3.2.0+incompatible
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	github.com/jinzhu/copier v0.0.0-20201025035756-632e723a6687
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	github.com/jmoiron/sqlx v1.2.1-0.20200615141059-0794cb1f47ee
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
	github.com/pquerna/cachecontrol v0.0.0-20200921180117-858c6e7e6b7e // indirect
	golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
	golang.org/x/net v0.0.0-20201029221708-28c70e62bb1d // indirect
	golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	golang.org/x/sys v0.0.0-20210112091331-59c308dcf3cc // indirect
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
Gabriel Zachmann's avatar
Gabriel Zachmann committed
)