Skip to content
Snippets Groups Projects
go.mod 558 B
Newer Older
  • Learn to ignore specific revisions
  • Alexis Poyen's avatar
    Alexis Poyen committed
    
    
    Alexis Poyen's avatar
    Alexis Poyen committed
    
    require (
    
    	github.com/golang/protobuf v1.5.2 // indirect
    	github.com/jinzhu/gorm v1.9.16
    	github.com/mattn/go-sqlite3 v1.14.7 // indirect
    	github.com/oschwald/maxminddb-golang v1.8.0
    	golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
    	golang.org/x/net v0.0.0-20210421230115-4e50805a0758 // indirect
    	golang.org/x/oauth2 v0.0.0-20210413134643-5e61552d6c78
    	golang.org/x/sys v0.0.0-20210421221651-33663a62ff08 // indirect
    	google.golang.org/appengine v1.6.7 // indirect
    
    Alexis Poyen's avatar
    Alexis Poyen committed
    )