-
- Downloads

upgrade dependecies of go

module forge.grandlyon.com/systemes-dinformation/project-template/sdk-go | ||
go 1.14 | ||
go 1.16 | ||
require ( | ||
github.com/jinzhu/gorm v1.9.15 | ||
github.com/oschwald/maxminddb-golang v1.7.0 | ||
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 | ||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d | ||
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 | ||
) |
This diff is collapsed.
Please register or sign in to comment