Skip to content

Commit 02e6830

Browse files
committed
fix: Update go mod
1 parent 03fe55f commit 02e6830

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

go.mod

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ module github.com/go-session/session/v3
22

33
go 1.17
44

5-
require github.com/smartystreets/goconvey v1.6.4
5+
require (
6+
github.com/bytedance/gopkg v0.0.0-20221122125632-68358b8ecec6
7+
github.com/smartystreets/goconvey v1.6.4
8+
)
69

710
require (
8-
github.com/bytedance/gopkg v0.0.0-20221122125632-68358b8ecec6 // indirect
911
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
1012
github.com/jtolds/gls v4.20.0+incompatible // indirect
1113
github.com/smartystreets/assertions v1.1.0 // indirect

0 commit comments

Comments
 (0)