summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2023-05-06 02:08:19 +0200
committerSebastiaan van Stijn <github@gone.nl>2023-05-06 16:36:17 +0200
commit9c14f98583d751d83f2bfef94763ce87436b6b61 (patch)
treeddf372e8f38902cd450e32f89114b7e9401bc583
parent55608d838167e22010b666f929285efe26fba489 (diff)
downloaddocker-9c14f98583d751d83f2bfef94763ce87436b6b61.tar.gz
api/types: remove deprecated AuthConfig
This was deprecated in 818ee962196d668b6d405835c88c1ac6cdab7423, which is part of the v24.0.0 release, so we can remove it from master. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
-rw-r--r--api/types/auth.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/api/types/auth.go b/api/types/auth.go
deleted file mode 100644
index 9ee329a2fb..0000000000
--- a/api/types/auth.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package types // import "github.com/docker/docker/api/types"
-import "github.com/docker/docker/api/types/registry"
-
-// AuthConfig contains authorization information for connecting to a Registry.
-//
-// Deprecated: use github.com/docker/docker/api/types/registry.AuthConfig
-type AuthConfig = registry.AuthConfig