Skip to content

Commit

Permalink
fix: Update go mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
LyricTian committed Mar 16, 2022
1 parent 01a634a commit 8deeff6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
module github.com/go-session/session/v3

go 1.14
go 1.17

require github.com/smartystreets/goconvey v1.6.4

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

0 comments on commit 8deeff6

Please sign in to comment.