34871f89be
* changes necessary to support oss licesning shims revert nomad fmt changes update test to work with enterprise changes update tests to work with new ent enforcements make check update cas test to use scheduler algorithm back out preemption changes add comments * remove unused method
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.2.0
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
)
|