Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ module github.com/veypi/webds
go 1.13

require (
github.com/golang/protobuf v1.4.1
github.com/golang/protobuf v1.5.0
github.com/json-iterator/go v1.1.9
github.com/rs/xid v1.2.1
github.com/sparrc/go-ping v0.0.0-20190613174326-4e5b6552494c
github.com/urfave/cli/v2 v2.2.0
github.com/veypi/utils v0.1.5
google.golang.org/protobuf v1.22.0
github.com/veypi/utils v0.3.6
golang.org/x/net v0.22.0 // indirect
google.golang.org/protobuf v1.33.0
nhooyr.io/websocket v1.8.6
)

Expand Down