Use an Adaptive Radix Tree (#71)

This commit is contained in:
James Mills
2019-08-30 08:13:24 +10:00
committed by GitHub
parent 55459a5c93
commit b3d6f734b6
3 changed files with 16 additions and 13 deletions

1
go.mod
View File

@@ -9,6 +9,7 @@ require (
github.com/magiconair/properties v1.8.1 // indirect
github.com/pelletier/go-toml v1.4.0 // indirect
github.com/pkg/errors v0.8.1
github.com/plar/go-adaptive-radix-tree v1.0.1
github.com/sirupsen/logrus v1.4.2
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.5