mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
9 lines
159 B
Modula-2
9 lines
159 B
Modula-2
module github.com/hashicorp/go-memdb
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/hashicorp/go-immutable-radix v1.3.0
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
)
|