-
Notifications
You must be signed in to change notification settings - Fork 788
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jerry
committed
Jul 12, 2019
1 parent
e990b80
commit b745dd8
Showing
2 changed files
with
15 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
module github.com/iGoogle-ink/gopay | ||
|
||
go 1.12 | ||
|
||
require github.com/parnurzeal/gorequest v0.2.15 | ||
|
||
replace ( | ||
golang.org/x/crypto => github.com/golang/crypto v0.0.0-20190701094942-4def268fd1a4 | ||
golang.org/x/net => github.com/golang/net v0.0.0-20190628185345-da137c7871d7 | ||
golang.org/x/sync => github.com/golang/sync v0.0.0-20190423024810-112230192c58 | ||
golang.org/x/sys => github.com/golang/sys v0.0.0-20190710143415-6ec70d6a5542 | ||
golang.org/x/text => github.com/golang/text v0.3.2 | ||
golang.org/x/tools => github.com/golang/tools v0.0.0-20190711191110-9a621aea19f8 | ||
) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
github.com/parnurzeal/gorequest v0.2.15/go.mod h1:3Kh2QUMJoqw3icWAecsyzkpY7UzRfDhbRdTjtNwNiUE= |