upgraded api update to v1/updated dependencies (#400)

* initial api update to v1
* updated dependencies
* updated manifests
* last bit of updates
* fixed manifest typo
* added deprecation warning
This commit is contained in:
Zack Brady
2025-02-04 21:36:20 -05:00
committed by GitHub
parent 603249dea9
commit 938914ba5c
20 changed files with 792 additions and 260 deletions

View File

@@ -41,6 +41,8 @@ func (o *StoreRootOpts) Store(ctx context.Context) (*store.Layout, error) {
return nil, err
}
o.StoreDir = abs
l.Debugf("using store at [%s]", abs)
if _, err := os.Stat(abs); errors.Is(err, os.ErrNotExist) {