maxminddb-golang icon indicating copy to clipboard operation
maxminddb-golang copied to clipboard

MaxMind DB Reader for Go

Results 19 maxminddb-golang issues
Sort by recently updated
recently updated
newest added

I'm currently encountering an issue with the MaxMind DB reader. When I use it with a test MMDB, everything works as expected. However, when I switch to a production MMDB...

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.14.0 to 0.18.0. Commits 360f961 unix: add API for fsconfig system call 7ff74af unix: drop go version tags for unsupported versions 6b4eab5 unix: suppress ENOMEM errors from...

dependencies
go

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0. Release notes Sourced from github.com/stretchr/testify's releases. v1.9.0 What's Changed Fix Go modules version by @​SuperQ in stretchr/testify#1394 Document that require is not safe to...

dependencies
go

- [x] Replace `net.IP` and `*net.IPNet` with `netip.Addr` and `netip.Prefix` - [ ] Update naming and docs to more closely align with `net/netip` - [x] Make `SkipAliasedNetworks` the default when...

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8. Release notes Sourced from golangci/golangci-lint-action's releases. v8.0.0 Requires golangci-lint version >= v2.1.0 What's Changed Changes feat: use absolute paths by default when using working-directory...

dependencies
github_actions

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.32.0 to 0.33.0. Commits 3d9a6b8 windows: add WSADuplicateSocket c0a9559 cpu: add crypto extensions detection for riscv64 8e9e046 windows: add virtual key codes and console input consts 7138967...

dependencies
go

Reader support open db from embed.fs

For instance, some databases have empty maps for records without data, it would be useful to be able to skip them. It would probably be useful to skip 0 length...