-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The flag `--insecure` in go get command has been deprecated in Go v1.16
- Loading branch information
1 parent
4bcb7fb
commit 5fc917c
Showing
5 changed files
with
67 additions
and
50 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
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
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 |
---|---|---|
@@ -1,10 +1,8 @@ | ||
module github.com/v2fly/geoip | ||
|
||
go 1.15 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/v2fly/v2ray-core/v4 v4.34.1-0.20210224091244-9d13f99633c8 | ||
google.golang.org/protobuf v1.25.0 | ||
v2ray.com/core v4.19.1+incompatible | ||
) | ||
|
||
replace v2ray.com/core => github.com/v2fly/v2ray-core v0.0.0-20201225111350-8c5b392f2763 |
Oops, something went wrong.