Codebase list geoipupdate / c5925aa0-eae2-49d4-bc5a-be19e1aaf727/main go.mod
c5925aa0-eae2-49d4-bc5a-be19e1aaf727/main

Tree @c5925aa0-eae2-49d4-bc5a-be19e1aaf727/main (Download .tar.gz)

go.mod @c5925aa0-eae2-49d4-bc5a-be19e1aaf727/mainraw · history · blame

module github.com/maxmind/geoipupdate/v4

go 1.11

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/gofrs/flock v0.8.0
	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.6.1
	golang.org/x/sys v0.0.0-20201026173827-119d4633e4d1 // indirect
	gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
	gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)