forked from soffchen/sing-geoip
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
9 additions
and
11 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 |
---|---|---|
@@ -1,21 +1,19 @@ | ||
module sing-geoip | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/google/go-github/v45 v45.2.0 | ||
github.com/maxmind/mmdbwriter v0.0.0-20220629155728-aaafab1a32b0 | ||
github.com/oschwald/geoip2-golang v1.7.0 | ||
github.com/oschwald/maxminddb-golang v1.9.0 | ||
github.com/sagernet/sing v0.0.0-20220627234642-a817f7084d9c | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/maxmind/mmdbwriter v0.0.0-20221024142553-ff6538147996 | ||
github.com/oschwald/geoip2-golang v1.8.0 | ||
github.com/oschwald/maxminddb-golang v1.10.0 | ||
github.com/sagernet/sing v0.1.6 | ||
github.com/sirupsen/logrus v1.9.0 | ||
) | ||
|
||
require ( | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
go4.org/intern v0.0.0-20220617035311-6925f38cc365 // indirect | ||
go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect | ||
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect | ||
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect | ||
inet.af/netaddr v0.0.0-20220617031823-097006376321 // indirect | ||
go4.org/netipx v0.0.0-20230125063823-8449b0a6169f // indirect | ||
golang.org/x/crypto v0.6.0 // indirect | ||
golang.org/x/sys v0.5.0 // indirect | ||
) |