Skip to content

Commit e01479c

Browse files
committed
update
1 parent 1aac8ca commit e01479c

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/GolangToolKits/go-secure-sessions
22

33
go 1.20
44

5-
require github.com/GolangToolKits/go-secure-cookies v1.0.0
5+
require github.com/GolangToolKits/go-secure-cookies v1.0.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
github.com/GolangToolKits/go-secure-cookies v1.0.0 h1:cM+6t5W9bMD8+9Z/iy4BQO7sQGuFhelESRD0TIekU1c=
22
github.com/GolangToolKits/go-secure-cookies v1.0.0/go.mod h1:vXAd7G/ujrJF40tRjaTu/Kav+D/T8VGYfkPIVRh90WE=
3+
github.com/GolangToolKits/go-secure-cookies v1.0.1 h1:qv+xaROGXofekf3tQR5CAPsPqjH/b2sU0DwSXSWmf4M=
4+
github.com/GolangToolKits/go-secure-cookies v1.0.1/go.mod h1:1tdoLcLacIoKRhzZ/TRk2dbE1EMeQWeYjYottM9wfLs=

updateMods.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# GO111MODULE=on go get -u
2+
go get -u all ./...

0 commit comments

Comments
 (0)