1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

fix(fdo): import deleted digest library [EE-4654] (#8129)

* import digest lib

* update references

* fix lint errors
This commit is contained in:
Matt Hook 2022-11-30 09:11:49 +13:00 committed by GitHub
parent 2e19f4ea6d
commit 241440a474
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 602 additions and 9 deletions

View file

@ -10,7 +10,7 @@ import (
"strings"
"time"
"github.com/rkl-/digest"
"github.com/portainer/portainer/api/third_party/digest"
)
type FDOOwnerClient struct {