Skip to content

Commit 8deeff6

Browse files
committed
fix: Update go mod version
1 parent 01a634a commit 8deeff6

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
module github.com/go-session/session/v3
22

3-
go 1.14
3+
go 1.17
4+
5+
require github.com/smartystreets/goconvey v1.6.4
46

57
require (
68
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
9+
github.com/jtolds/gls v4.20.0+incompatible // indirect
710
github.com/smartystreets/assertions v1.1.0 // indirect
8-
github.com/smartystreets/goconvey v1.6.4
911
)

0 commit comments

Comments
 (0)