Index node database for daemon to make lookups always instantaneous

This commit is contained in:
Gregory Kurtzer
2021-02-12 22:58:22 -08:00
parent 30c6b64413
commit d00ea3ba00
11 changed files with 184 additions and 28 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.15
require (
github.com/brotherpowers/ipsubnet v0.0.0-20170914094241-30bc98f0a5b1
github.com/containers/image/v5 v5.7.0
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/manifoldco/promptui v0.8.0
github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6
github.com/opencontainers/umoci v0.4.6