Skip to content

Commit

Permalink
Bump github.com/gorilla/sessions from 1.3.0 to 1.4.0
Browse files Browse the repository at this point in the history
Bumps [github.com/gorilla/sessions](https://github.com/gorilla/sessions) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/gorilla/sessions/releases)
- [Commits](gorilla/sessions@v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/gorilla/sessions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 27, 2024
1 parent df4408e commit 4ee0e67
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 204 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/tektoncd/hub

go 1.22
toolchain go1.23.0

require (
github.com/ActiveState/vt10x v1.3.1
Expand All @@ -13,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
143 changes: 2 additions & 141 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

0 comments on commit 4ee0e67

Please sign in to comment.