File: go.mod

package info (click to toggle)
python-maxminddb 2.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,580 kB
  • sloc: ansic: 7,251; python: 1,520; perl: 987; makefile: 273; sh: 191
file content (13 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
module github.com/maxmind/MaxMind-DB

go 1.21

require (
	github.com/maxmind/mmdbwriter v1.0.0
	go4.org/netipx v0.0.0-20230824141953-6213f710f925
)

require (
	github.com/oschwald/maxminddb-golang v1.12.0 // indirect
	golang.org/x/sys v0.10.0 // indirect
)