diff --git a/errors/modules.go b/errors/modules.go index 9515c5c..1d01cc2 100644 --- a/errors/modules.go +++ b/errors/modules.go @@ -28,6 +28,7 @@ package errors const baseSub = 10 const baseInc = baseSub * baseSub +const moreInc = 2 * baseInc const ( MinPkgArchive = baseInc + iota @@ -35,7 +36,7 @@ const ( MinPkgCertificate = baseInc + MinPkgArtifact MinPkgCluster = baseInc + MinPkgCertificate MinPkgConfig = baseInc + MinPkgCluster - MinPkgConsole = baseInc + MinPkgConfig + MinPkgConsole = moreInc + MinPkgConfig MinPkgCrypt = baseInc + MinPkgConsole MinPkgDatabaseGorm = baseInc + MinPkgCrypt