Skip to content

Commit

Permalink
Update go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
crossle committed Dec 31, 2020
1 parent 372f713 commit f3c8a2a
Show file tree
Hide file tree
Showing 2 changed files with 470 additions and 2 deletions.
7 changes: 5 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
module github.com/MixinNetwork/bot-api-go-client

go 1.12
go 1.15

replace github.com/vmihailenco/msgpack/v4 => github.com/MixinNetwork/msgpack/v4 v4.3.13

require (
github.com/MixinNetwork/go-number v0.0.0-20180814121220-f48e2574d9ef
github.com/MixinNetwork/mixin v0.9.5
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gofrs/uuid v3.4.0+incompatible
github.com/gorilla/websocket v1.4.2
github.com/shopspring/decimal v1.2.0 // indirect
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/crypto v0.0.0-20201217014255-9d1352758620
)
Loading

0 comments on commit f3c8a2a

Please sign in to comment.