forked from sacOO7/socketcluster-client-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (16 loc) · 605 Bytes
/
go.mod
File metadata and controls
19 lines (16 loc) · 605 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/sacOO7/socketcluster-client-go
go 1.21.1
require (
github.com/rgamba/evtwebsocket v0.0.0-20160725170122-f226ee483c6c
github.com/sacOO7/go-logger v0.0.0-20180719173527-9ac9add5a50d
github.com/sacOO7/gowebsocket v0.0.0-20180719182212-1436bb906a4e
github.com/sacOO7/socketcluster-client-go v1.0.0
github.com/stretchr/testify v1.5.1
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gorilla/websocket v1.4.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)