-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gorilla/sessions to 1.4.0 from 1.3.0
- Loading branch information
bump
committed
Dec 7, 2024
1 parent
ed3e4c5
commit b8489e7
Showing
2 changed files
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,30 @@ | ||
module github.com/wader/gormstore/v2 | ||
|
||
go 1.16 | ||
go 1.23 | ||
|
||
toolchain go1.23.4 | ||
|
||
require ( | ||
github.com/gorilla/securecookie v1.1.2 | ||
// bump: gorilla/sessions /github\.com\/gorilla\/sessions v(.*)/ https://github.com/gorilla/sessions.git|^1 | ||
// bump: gorilla/sessions command cd v2 && go get -d github.com/gorilla/sessions@v$LATEST && go mod tidy | ||
github.com/gorilla/sessions v1.3.0 | ||
github.com/mattn/go-sqlite3 v1.14.16 // indirect | ||
github.com/gorilla/sessions v1.4.0 | ||
gorm.io/driver/mysql v1.4.7 | ||
gorm.io/driver/postgres v1.4.8 | ||
gorm.io/driver/sqlite v1.4.4 | ||
// bump: gorm.io/gorm /gorm\.io\/gorm v(.*)/ https://github.com/go-gorm/gorm.git|^1 | ||
// bump: gorm.io/gorm command cd v2 && go get -d gorm.io/gorm@v$LATEST && go mod tidy | ||
gorm.io/gorm v1.25.11 | ||
) | ||
|
||
require ( | ||
github.com/go-sql-driver/mysql v1.7.0 // indirect | ||
github.com/jackc/pgpassfile v1.0.0 // indirect | ||
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect | ||
github.com/jackc/pgx/v5 v5.3.0 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/jinzhu/now v1.1.5 // indirect | ||
github.com/mattn/go-sqlite3 v1.14.16 // indirect | ||
golang.org/x/crypto v0.6.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters