-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update dependencies and fix bug in mmdb.go
- Fix a bug in `cmd/debug/mmdb.go` where the variable `err` was not being checked after calling `exnet.OutboundIPv2()`. If an error occurred, a warning message is logged. - Update the dependency `github.com/ergoapi/util` in `go.mod` from version `v0.7.4` to `v0.7.5`. - Update the dependency `k8s.io/apimachinery` in `go.mod` from version `v0.30.0` to `v0.30.1`. - Update the dependency `tailscale.com` in `go.mod` from version `v1.66.1` to `v1.66.3`. - Add a new function `MatchGlobal(src string)` in `pkg/util/ipdb/ipdb.go` to return the ISO code of a given IP address. Signed-off-by: ysicing <i@ysicing.me>
- Loading branch information
Showing
4 changed files
with
48 additions
and
27 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
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