Skip to content

Commit

Permalink
bump minimal go version and run go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Mercadal committed Jan 26, 2023
1 parent c2d7e59 commit 45641a4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
module go.aporeto.io/wsc

go 1.12
go 1.18

require (
github.com/gorilla/websocket v1.5.0
github.com/smartystreets/goconvey v1.7.2
)

require (
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/smartystreets/assertions v1.2.0 // indirect
)

0 comments on commit 45641a4

Please sign in to comment.