Skip to content
Snippets Groups Projects
go.mod 1.97 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
    
    	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
    )