File: go.mod

package info (click to toggle)
golang-github-oschwald-maxminddb-golang 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bullseye
  • size: 224 kB
  • sloc: makefile: 3
file content (8 lines) | stat: -rw-r--r-- 154 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/oschwald/maxminddb-golang

go 1.9

require (
	github.com/stretchr/testify v1.6.1
	golang.org/x/sys v0.0.0-20191224085550-c709ea063b76
)