Skip to content

Commit

Permalink
fix: update store version to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
vividvilla committed May 31, 2024
1 parent 51d4ed2 commit 9aa8451
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
7 changes: 5 additions & 2 deletions stores/postgres/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module github.com/vividvilla/simplesessions/stores/postgres
module github.com/vividvilla/simplesessions/stores/postgres/v3

go 1.14

require github.com/lib/pq v1.10.9
require (
github.com/lib/pq v1.10.9
github.com/stretchr/testify v1.9.0
)
1 change: 0 additions & 1 deletion stores/redis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ require (
github.com/alicebob/miniredis/v2 v2.32.1
github.com/redis/go-redis/v9 v9.5.1
github.com/stretchr/testify v1.9.0
github.com/vividvilla/simplesessions/conv v1.0.0
)

require (
Expand Down
2 changes: 1 addition & 1 deletion stores/securecookie/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/vividvilla/simplesessions/stores/securecookie/v2
module github.com/vividvilla/simplesessions/stores/securecookie/v3

go 1.14

Expand Down

0 comments on commit 9aa8451

Please sign in to comment.