-
- Downloads
Merge branch 'feat/pop-ups/personalized-picto-server' into 'dev'
feat(pop-ups) - Add image column to CustomPopUps See merge request !94
No related branches found
No related tags found
Showing
- go.mod 11 additions, 12 deletionsgo.mod
- go.sum 44 additions, 29 deletionsgo.sum
- internal/models/customPopup.go 2 additions, 0 deletionsinternal/models/customPopup.go
- internal/models/models.go 1 addition, 0 deletionsinternal/models/models.go
- internal/models/sgeConsent.go 1 addition, 1 deletioninternal/models/sgeConsent.go
... | @@ -3,21 +3,20 @@ module forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-serv | ... | @@ -3,21 +3,20 @@ module forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-serv |
go 1.18 | go 1.18 | ||
require ( | require ( | ||
github.com/go-chi/chi/v5 v5.0.8 | github.com/go-chi/chi/v5 v5.0.11 | ||
github.com/google/uuid v1.3.1 | github.com/google/uuid v1.5.0 | ||
golang.org/x/oauth2 v0.4.0 | golang.org/x/oauth2 v0.16.0 | ||
gorm.io/driver/mysql v1.4.7 | gorm.io/driver/mysql v1.5.2 | ||
gorm.io/driver/sqlite v1.4.4 | gorm.io/driver/sqlite v1.5.4 | ||
gorm.io/gorm v1.24.5 | gorm.io/gorm v1.25.5 | ||
) | ) | ||
require ( | require ( | ||
github.com/go-sql-driver/mysql v1.7.0 // indirect | github.com/go-sql-driver/mysql v1.7.1 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/jinzhu/now v1.1.5 // indirect | github.com/jinzhu/now v1.1.5 // indirect | ||
github.com/mattn/go-sqlite3 v1.14.15 // indirect | github.com/mattn/go-sqlite3 v1.14.19 // indirect | ||
golang.org/x/net v0.8.0 // indirect | google.golang.org/appengine v1.6.8 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | google.golang.org/protobuf v1.32.0 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | |||
) | ) |
Please register or sign in to comment