DockerCLI/cli/context/store
Sebastiaan van Stijn ac06c971fa
remove unneeded "digest" alias for "go-digest"
This was there for historic reasons (I think `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>
2022-03-04 14:45:37 +01:00
..
doc.go cli/context: update package documentation 2022-02-24 17:53:21 +01:00
io_utils.go Introduce .zip import for docker context 2019-05-29 12:58:45 -07:00
io_utils_test.go cli/context: remove deprecated io/ioutil and use t.TempDir() 2022-02-25 15:42:16 +01:00
metadata_test.go cli/context: remove deprecated io/ioutil and use t.TempDir() 2022-02-25 15:42:16 +01:00
metadatastore.go cli/context: remove deprecated io/ioutil and use t.TempDir() 2022-02-25 15:42:16 +01:00
store.go remove unneeded "digest" alias for "go-digest" 2022-03-04 14:45:37 +01:00
store_test.go cli/context: remove deprecated io/ioutil and use t.TempDir() 2022-02-25 15:42:16 +01:00
storeconfig.go Add a helper to iterate over all endpoint types in a context store 2019-05-20 13:28:11 +01:00
storeconfig_test.go Drop support for (archived) Compose-on-Kubernetes 2022-02-22 13:47:34 +01:00
tlsstore.go cli/context: remove deprecated io/ioutil and use t.TempDir() 2022-02-25 15:42:16 +01:00
tlsstore_test.go cli/context: remove deprecated io/ioutil and use t.TempDir() 2022-02-25 15:42:16 +01:00