File: go.mod

package info (click to toggle)
golang-github-hashicorp-go-immutable-radix 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 196 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
module github.com/hashicorp/go-immutable-radix

require (
	github.com/hashicorp/go-uuid v1.0.0
	github.com/hashicorp/golang-lru v0.5.0
)