Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 5c88fee

Browse files
committed
Update module gorilla/sessions to v1.2.0
1 parent 63c55aa commit 5c88fee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/gorilla/mux v1.7.3
3333
github.com/gorilla/schema v1.1.0
3434
github.com/gorilla/securecookie v1.1.1
35-
github.com/gorilla/sessions v1.1.3
35+
github.com/gorilla/sessions v1.2.0
3636
github.com/imkira/go-interpol v1.1.0 // indirect
3737
github.com/jinzhu/gorm v1.9.10
3838
github.com/joho/godotenv v1.3.0

go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ github.com/gorilla/securecookie v1.1.1 h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyC
166166
github.com/gorilla/securecookie v1.1.1/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4=
167167
github.com/gorilla/sessions v1.1.3 h1:uXoZdcdA5XdXF3QzuSlheVRUvjl+1rKY7zBXL68L9RU=
168168
github.com/gorilla/sessions v1.1.3/go.mod h1:8KCfur6+4Mqcc6S0FEfKuN15Vl5MgXW92AE8ovaJD0w=
169+
github.com/gorilla/sessions v1.2.0/go.mod h1:dk2InVEVJ0sfLlnXv9EAgkf6ecYs/i80K/zI+bUmuGM=
169170
github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ=
170171
github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE=
171172
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs=

0 commit comments

Comments
 (0)