File: go.mod

package info (click to toggle)
golang-github-kentik-patricia 0.0~git20201202.f9447a6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,372 kB
  • sloc: makefile: 38
file content (9 lines) | stat: -rw-r--r-- 219 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/kentik/patricia

go 1.13

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/stretchr/testify v1.1.5-0.20170809224252-890a5c3458b4
)