Skip to content

Commit f615701

Browse files
Dodonov PavelDodonov Pavel
Dodonov Pavel
authored and
Dodonov Pavel
committed
go mod replace
1 parent cf99fda commit f615701

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

go.mod

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ module github.com/nanmu42/etherscan-api
22

33
go 1.13
44

5-
require github.com/google/go-cmp v0.5.7 // indirect
5+
require github.com/google/go-cmp v0.5.7
6+
7+
replace github.com/nanmu42/etherscan-api => github.com/Pashteto/etherscan-api v0.0.0-20221212135811-6be05412311b

go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
github.com/google/go-cmp v0.5.7 h1:81/ik6ipDQS2aGcBfIN5dHDB36BwrStyeAQquSYCV4o=
22
github.com/google/go-cmp v0.5.7/go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE=
3+
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=
34
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=

0 commit comments

Comments
 (0)