File: go.mod

package info (click to toggle)
golang-github-hashicorp-go-immutable-radix-v2 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 232 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 205 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/hashicorp/go-immutable-radix/v2

go 1.18

require (
	github.com/hashicorp/go-uuid v1.0.3
	github.com/hashicorp/golang-lru/v2 v2.0.0
	golang.org/x/exp v0.0.0-20221215174704-0915cd710c24
)