1
0
mirror of https://github.com/regclient/regclient.git synced 2025-07-29 09:01:11 +03:00

Reorder Go imports to move local packages last

Signed-off-by: Brandon Mitchell <git@bmitch.net>
This commit is contained in:
Brandon Mitchell
2023-09-30 22:13:21 -04:00
parent d9e64e823e
commit b2a7336453
76 changed files with 157 additions and 66 deletions

View File

@ -6,6 +6,7 @@ import (
"net/http"
"github.com/opencontainers/go-digest"
"github.com/regclient/regclient/types"
v1 "github.com/regclient/regclient/types/oci/v1"
"github.com/regclient/regclient/types/ref"