Skip to content
Snippets Groups Projects
go.mod 2 KiB
Newer Older
  • Learn to ignore specific revisions
  • Bolke de Bruin's avatar
    Bolke de Bruin committed
    
    require (
    
    Bolke de Bruin's avatar
    Bolke de Bruin committed
    	github.com/patrickmn/go-cache v2.1.0+incompatible
    
    	golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
    
    	golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c
    
    	golang.org/x/net v0.0.0-20220725212005-46097bf591d3 // indirect
    	golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
    
    	google.golang.org/genproto v0.0.0-20200825200019-8632dd797987 // indirect
    
    	gopkg.in/yaml.v3 v3.0.1 // indirect
    
    Bolke de Bruin's avatar
    Bolke de Bruin committed
    )