Skip to content

Commit

Permalink
bumb go version
Browse files Browse the repository at this point in the history
  • Loading branch information
AdoAdoAdo committed Nov 23, 2022
1 parent e2fbd52 commit f43d6bc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ElrondNetwork/elrond-go-core

go 1.13
go 1.17

require (
github.com/btcsuite/btcd/btcutil v1.1.3
Expand All @@ -17,4 +17,12 @@ require (
golang.org/x/crypto v0.3.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.2.0 // indirect
google.golang.org/protobuf v1.26.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)

replace github.com/gogo/protobuf => github.com/ElrondNetwork/protobuf v1.3.2

0 comments on commit f43d6bc

Please sign in to comment.