-
Notifications
You must be signed in to change notification settings - Fork 118
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
1 parent
5692d80
commit c4ce6fe
Showing
2 changed files
with
331 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,10 @@ | ||
module github.com/v2fly/geoip | ||
|
||
go 1.15 | ||
|
||
require ( | ||
github.com/golang/protobuf v1.4.2 | ||
v2ray.com/core v4.19.1+incompatible | ||
) | ||
|
||
replace v2ray.com/core => github.com/v2fly/v2ray-core v0.0.0-20201012014127-7b8a0faee17a |
Oops, something went wrong.