File: go.mod

package info (click to toggle)
mmdbinspect 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,008 kB
  • sloc: perl: 517; sh: 33; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 369 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/maxmind/mmdbinspect/v2

go 1.24.0

require (
	github.com/goccy/go-yaml v1.18.0
	github.com/oschwald/maxminddb-golang/v2 v2.1.0
	github.com/stretchr/testify v1.11.1
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	golang.org/x/sys v0.38.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)