Skip to content

Commit 962f9b3

Browse files
authored
Fix go modules
``` go get github.com/ip2location/[email protected] go get: github.com/ip2location/[email protected]: invalid version: module contains a go.mod file, so major version must be compatible: should be v0 or v1, not v3 ```
1 parent e0c0699 commit 962f9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/ip2location/ip2proxy-go
1+
module github.com/ip2location/ip2proxy-go/v3
22

33
go 1.14

0 commit comments

Comments
 (0)