-
Alexis POYEN authoredAlexis POYEN authored
This project manages its dependencies using Go Modules.
Learn more
go.mod 328 B
module forge.grandlyon.com/gestion-des-assemblees/elections
go 1.14
require (
forge.grandlyon.com/systemes-dinformation/project-template/sdk-go v0.0.0-20200727072650-c47302587c74
github.com/jinzhu/gorm v1.9.15
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
)