We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03fe55f commit 02e6830Copy full SHA for 02e6830
go.mod
@@ -2,10 +2,12 @@ module github.com/go-session/session/v3
2
3
go 1.17
4
5
-require github.com/smartystreets/goconvey v1.6.4
+require (
6
+ github.com/bytedance/gopkg v0.0.0-20221122125632-68358b8ecec6
7
+ github.com/smartystreets/goconvey v1.6.4
8
+)
9
10
require (
- github.com/bytedance/gopkg v0.0.0-20221122125632-68358b8ecec6 // indirect
11
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
12
github.com/jtolds/gls v4.20.0+incompatible // indirect
13
github.com/smartystreets/assertions v1.1.0 // indirect
0 commit comments