1
0
mirror of https://github.com/moby/moby.git synced 2025-07-29 07:21:35 +03:00

remove unneeded "digest" alias for "go-digest"

I think this was there for historic reasons (may have been goimports expected
this, and we used to have a linter that wanted it), but it's not needed, so
let's remove it (to make my IDE less complaining about unneeded aliases).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2022-03-04 14:49:42 +01:00
parent 3e8bfcc9f2
commit a0230f3d9a
56 changed files with 56 additions and 56 deletions

View File

@ -8,7 +8,7 @@ import (
"testing"
"time"
digest "github.com/opencontainers/go-digest"
"github.com/opencontainers/go-digest"
"gotest.tools/v3/assert"
is "gotest.tools/v3/assert/cmp"
)