Skip to content

Commit

Permalink
Add Go module support
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyalsoldier committed Oct 12, 2020
1 parent 5692d80 commit c4ce6fe
Show file tree
Hide file tree
Showing 2 changed files with 331 additions and 0 deletions.
10 changes: 10 additions & 0 deletions go.mod
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
Loading

0 comments on commit c4ce6fe

Please sign in to comment.