generated from multiversx/mx-chain-ws-connector-template-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from multiversx/update-dependencies
update multiversx deps to latest release
- Loading branch information
Showing
8 changed files
with
68 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
module github.com/multiversx/mx-chain-ws-connector-template-go | ||
|
||
go 1.17 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/multiversx/mx-chain-communication-go v1.0.1 | ||
github.com/multiversx/mx-chain-core-go v1.2.4 | ||
github.com/multiversx/mx-chain-logger-go v1.0.11 | ||
github.com/stretchr/testify v1.8.2 | ||
github.com/urfave/cli v1.22.13 | ||
github.com/multiversx/mx-chain-communication-go v1.0.12 | ||
github.com/multiversx/mx-chain-core-go v1.2.18 | ||
github.com/multiversx/mx-chain-logger-go v1.0.13 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/urfave/cli v1.22.14 | ||
) | ||
|
||
require ( | ||
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/denisbrodbeck/machineid v1.0.1 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/gorilla/mux v1.8.0 // indirect | ||
github.com/gorilla/websocket v1.4.2 // indirect | ||
github.com/gorilla/websocket v1.5.0 // indirect | ||
github.com/mr-tron/base58 v1.2.0 // indirect | ||
github.com/pelletier/go-toml v1.9.3 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
golang.org/x/sys v0.2.0 // indirect | ||
google.golang.org/protobuf v1.26.0 // indirect | ||
golang.org/x/sys v0.8.0 // indirect | ||
google.golang.org/protobuf v1.30.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters