Skip to content
Snippets Groups Projects
go.mod 1008 B
Newer Older
  • Learn to ignore specific revisions
  • 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
    	github.com/goccy/go-json v0.6.1 // indirect
    
    Gabriel Zachmann's avatar
    Gabriel Zachmann committed
    	golang.org/x/oauth2 v0.0.0-20210125201302-af13f521f196
    
    Gabriel Zachmann's avatar
    Gabriel Zachmann committed
    	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
    
    Gabriel Zachmann's avatar
    Gabriel Zachmann committed
    )