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

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
	golang.org/x/oauth2 v0.0.0-20210125201302-af13f521f196
	golang.org/x/sys v0.0.0-20210319071255-635bc2c9138d // indirect
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
Gabriel Zachmann's avatar
Gabriel Zachmann committed
)