Skip to content
Snippets Groups Projects
go.mod 350 B
Newer Older
  • Learn to ignore specific revisions
  • Nicolas Pernoud's avatar
    Nicolas Pernoud committed
    module forge.grandlyon.com/apoyen/sdk-go
    
    go 1.14
    
    require (
    	github.com/oschwald/maxminddb-golang v1.6.0
    	golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79
    	golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5 // indirect
    	golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
    	golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect
    )