File: go.mod

package info (click to toggle)
geoipupdate 4.10.0-1
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm
  • size: 360 kB
  • sloc: sh: 98; makefile: 70; perl: 51
file content (14 lines) | stat: -rw-r--r-- 436 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module github.com/maxmind/geoipupdate/v4

go 1.13

require (
	github.com/gofrs/flock v0.8.1
	github.com/kr/text v0.2.0 // indirect
	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
	github.com/pkg/errors v0.9.1
	github.com/spf13/pflag v1.0.5
	github.com/stretchr/testify v1.8.0
	golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
	gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
)