Skip to content

Commit

Permalink
update go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
axenteoctavian committed May 8, 2024
1 parent d193963 commit 4d6a8a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ require (
github.com/gorilla/websocket v1.5.0
github.com/joho/godotenv v1.5.1
github.com/multiversx/mx-chain-core-go v1.2.20-0.20240507090904-fb3dbed69fd0
github.com/multiversx/mx-chain-crypto-go v1.2.10-0.20231206065052-38843c1f1479
github.com/multiversx/mx-chain-crypto-go v1.2.12-0.20240508065100-8a7f82bfdcd4
github.com/multiversx/mx-chain-go v1.7.7-0.20240507150218-0fc71ad08f53
github.com/multiversx/mx-chain-logger-go v1.0.14-0.20240129144507-d00e967c890c
github.com/multiversx/mx-sdk-go v1.3.12-0.20240507150713-60afe65390f1
github.com/multiversx/mx-chain-logger-go v1.0.15-0.20240508062638-b5e409988931
github.com/multiversx/mx-sdk-go v1.3.12-0.20240508065329-11ca0fa8346e
github.com/stretchr/testify v1.8.4
github.com/urfave/cli v1.22.14
google.golang.org/grpc v1.60.1
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -125,18 +125,18 @@ github.com/multiversx/mx-chain-communication-go v1.0.13-0.20240321151517-2fffad7
github.com/multiversx/mx-chain-communication-go v1.0.13-0.20240321151517-2fffad77c605/go.mod h1:wUM/1NFfgeTjovQMaaXghynwXgOyoPchMquu2wnCHz8=
github.com/multiversx/mx-chain-core-go v1.2.20-0.20240507090904-fb3dbed69fd0 h1:maYRr7mSquOuk73BVzzZVkQWlpLMS7Z2A0i0yVWpcVE=
github.com/multiversx/mx-chain-core-go v1.2.20-0.20240507090904-fb3dbed69fd0/go.mod h1:P/YBoFnt25XUaCQ7Q/SD15vhnc9yV5JDhHxyFO9P8Z0=
github.com/multiversx/mx-chain-crypto-go v1.2.10-0.20231206065052-38843c1f1479 h1:beVIhs5ysylwNplQ/bZ0h5DoDlqKNWgpWE/NMHHNmAw=
github.com/multiversx/mx-chain-crypto-go v1.2.10-0.20231206065052-38843c1f1479/go.mod h1:Ap6p7QZFtwPlb++OvCG+85BfuZ+bLP/JtQp6EwjWJsI=
github.com/multiversx/mx-chain-crypto-go v1.2.12-0.20240508065100-8a7f82bfdcd4 h1:gcHqbuwHwI20ul4b5Zdgms44jKSlRYBA7nE4iNnI9Io=
github.com/multiversx/mx-chain-crypto-go v1.2.12-0.20240508065100-8a7f82bfdcd4/go.mod h1:PeQtJmhB3o7zxJRyYlt8jVHKa4FW9uh/q414sy9HVqA=
github.com/multiversx/mx-chain-go v1.7.7-0.20240507150218-0fc71ad08f53 h1:5tSPbanALkgtwlGzThsXDUqgS9XqwT2qc+v/mG53SAE=
github.com/multiversx/mx-chain-go v1.7.7-0.20240507150218-0fc71ad08f53/go.mod h1:kZ3IezBzMiVhjbXpeiyWMiuwnliYT9iKxcOzpc6zHBw=
github.com/multiversx/mx-chain-logger-go v1.0.14-0.20240129144507-d00e967c890c h1:QIUOn8FgNRa5cir4BCWHZi/Qcr6Gg0eGNhns4+jy6+k=
github.com/multiversx/mx-chain-logger-go v1.0.14-0.20240129144507-d00e967c890c/go.mod h1:fH/fR/GEBsDjPkBoZDVJMoYo2HhlA7++DP6QfITJ1N8=
github.com/multiversx/mx-chain-logger-go v1.0.15-0.20240508062638-b5e409988931 h1:oQSQA0fAjp8A7w+bfgl+aW2mQR/VsWzNt4j0CkDHDfY=
github.com/multiversx/mx-chain-logger-go v1.0.15-0.20240508062638-b5e409988931/go.mod h1:k1zhWEwOJu7jY7edh1iGeLooaV18v0k31H+gZK0hAzw=
github.com/multiversx/mx-chain-storage-go v1.0.15-0.20240507133659-ea37d8e8e129 h1:o10AaHgsIVLCS5zXHyz5evbWsIKiucs6hEqrwDnS16Y=
github.com/multiversx/mx-chain-storage-go v1.0.15-0.20240507133659-ea37d8e8e129/go.mod h1:a+LMnOL2vsGnUrtPOiUMv2FYWwdKBkwe3kUynLEwegY=
github.com/multiversx/mx-chain-vm-common-go v1.5.12-0.20240507093748-8b13467a0f2d h1:nEvV2A2TAgwANWNwWnP5riRVUEamfWiJ58RXnL6SeDo=
github.com/multiversx/mx-chain-vm-common-go v1.5.12-0.20240507093748-8b13467a0f2d/go.mod h1:BVClDn6ZYSMaVbTwOfHJquEIiBkWEcUjqrtQ2DRCdT8=
github.com/multiversx/mx-sdk-go v1.3.12-0.20240507150713-60afe65390f1 h1:t3kRgWsryyNkCYhPI42bglRUMLF2VJeFQsWNFqYaJYY=
github.com/multiversx/mx-sdk-go v1.3.12-0.20240507150713-60afe65390f1/go.mod h1:i1XiIn7/LRsaEVAKJ4G/+L/3sZQmQt7q3IqwO0JnnnI=
github.com/multiversx/mx-sdk-go v1.3.12-0.20240508065329-11ca0fa8346e h1:mphd0aApMyjTxhULWbc3kpZvB+N7UokbzsY5EGOCUhM=
github.com/multiversx/mx-sdk-go v1.3.12-0.20240508065329-11ca0fa8346e/go.mod h1:4CzNqiwX+JtkVW5LO/IX25AAYSEjCTAgZGMCeQ4FkLk=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
Expand Down

0 comments on commit 4d6a8a2

Please sign in to comment.