Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/gorilla/sessions from 1.3.0 to 1.4.0 #1933

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module github.com/tektoncd/hub

go 1.22.0

toolchain go1.22.5
toolchain go1.23.1

require (
github.com/ActiveState/vt10x v1.3.1
Expand All @@ -15,7 +14,7 @@ require (
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.1
github.com/gorilla/sessions v1.3.0
github.com/gorilla/sessions v1.4.0
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/ikawaha/goahttpcheck v1.15.9
github.com/joho/godotenv v1.5.1
Expand Down
147 changes: 2 additions & 145 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/github.com/gorilla/sessions/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion vendor/github.com/gorilla/sessions/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 12 additions & 9 deletions vendor/github.com/gorilla/sessions/cookie.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 0 additions & 21 deletions vendor/github.com/gorilla/sessions/cookie_go111.go

This file was deleted.

15 changes: 10 additions & 5 deletions vendor/github.com/gorilla/sessions/options.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 0 additions & 23 deletions vendor/github.com/gorilla/sessions/options_go111.go

This file was deleted.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ github.com/gorilla/mux
# github.com/gorilla/securecookie v1.1.2
## explicit; go 1.20
github.com/gorilla/securecookie
# github.com/gorilla/sessions v1.3.0
## explicit; go 1.20
# github.com/gorilla/sessions v1.4.0
## explicit; go 1.23
github.com/gorilla/sessions
# github.com/gorilla/websocket v1.5.3
## explicit; go 1.12
Expand Down