Skip to content

Commit

Permalink
add dependency on wampproto lib
Browse files Browse the repository at this point in the history
  • Loading branch information
om26er committed May 26, 2024
1 parent 9892481 commit 4c2ae23
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ lint:

test:
go test -count=1 ./... -v

run:
go run ./cmd/xconn
11 changes: 11 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
module github.com/xconnio/xconn-go

go 1.20

require github.com/xconnio/wampproto-go v0.0.0-20240526201820-3bc6d812a007

require (
github.com/fxamacker/cbor/v2 v2.6.0 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/exp v0.0.0-20240525044651-4c93da0ed11d // indirect
)

0 comments on commit 4c2ae23

Please sign in to comment.