We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a634a commit 8deeff6Copy full SHA for 8deeff6
1 file changed
go.mod
@@ -1,9 +1,11 @@
1
module github.com/go-session/session/v3
2
3
-go 1.14
+go 1.17
4
+
5
+require github.com/smartystreets/goconvey v1.6.4
6
7
require (
8
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
9
+ github.com/jtolds/gls v4.20.0+incompatible // indirect
10
github.com/smartystreets/assertions v1.1.0 // indirect
- github.com/smartystreets/goconvey v1.6.4
11
)
0 commit comments