Skip to content
Snippets Groups Projects
go.mod 1.25 KiB
Newer Older
  • Learn to ignore specific revisions
  • Gabriel Zachmann's avatar
    Gabriel Zachmann committed
    
    
    Gabriel Zachmann's avatar
    Gabriel Zachmann committed
    
    require (
    
    	github.com/oidc-mytoken/api v0.0.0-20210730065550-117f733ae8a1
    
    Gabriel Zachmann's avatar
    Gabriel Zachmann committed
    	github.com/oidc-mytoken/lib v0.2.1-0.20210730094903-f59c9a8f84e0
    
    Gabriel Zachmann's avatar
    Gabriel Zachmann committed
    	github.com/zachmann/cli/v2 v2.3.1-0.20210512144416-96dd678d93c7
    
    	golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
    
    Gabriel Zachmann's avatar
    Gabriel Zachmann committed
    	golang.org/x/oauth2 v0.0.0-20210125201302-af13f521f196
    
    Gabriel Zachmann's avatar
    Gabriel Zachmann committed
    	golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
    
    Gabriel Zachmann's avatar
    Gabriel Zachmann committed
    	golang.org/x/term v0.0.0-20210503060354-a79de5458b56
    
    Gabriel Zachmann's avatar
    Gabriel Zachmann committed
    	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
    
    Gabriel Zachmann's avatar
    Gabriel Zachmann committed
    )