diff --git a/src/gomarkdoc/devcontainer-feature.json b/src/gomarkdoc/devcontainer-feature.json index 49dfd01..60e6a09 100644 --- a/src/gomarkdoc/devcontainer-feature.json +++ b/src/gomarkdoc/devcontainer-feature.json @@ -1,22 +1,22 @@ { - "id": "gomarkdoc", - "version": "0.1.0", - "name": "gomarkdoc", - "description":" formats documentation for one or more packages as markdown.", - "options": { - "version": { - "type": "string", - "proposals": [ - "latest", - "0.4.1", - "0.4.0", - "0.3.2" - ], - "default": "latest", - "description": "Select or enter a gomarkdoc version to install" - } - }, - "installAfter": [ - "ghcr.io/devcontainers/features/go" - ] -} + "id": "gomarkdoc", + "version": "0.1.0", + "name": "gomarkdoc", + "description": " formats documentation for one or more packages as markdown.", + "options": { + "version": { + "type": "string", + "proposals": [ + "latest", + "0.4.1", + "0.4.0", + "0.3.2" + ], + "default": "latest", + "description": "Select or enter a gomarkdoc version to install" + } + }, + "installsAfter": [ + "ghcr.io/devcontainers/features/go" + ] +} \ No newline at end of file diff --git a/src/goreleaser/devcontainer-feature.json b/src/goreleaser/devcontainer-feature.json index af5b0d8..e43f88c 100644 --- a/src/goreleaser/devcontainer-feature.json +++ b/src/goreleaser/devcontainer-feature.json @@ -1,24 +1,24 @@ { - "id": "goreleaser", - "version": "0.1.1", - "name": "goreleaser", - "description":"Install Goreleaser, to release Go projects as fast and easily as possible!", - "options": { - "version": { - "type": "string", - "proposals": [ - "latest", - "v1.12.3", - "v1.11.2", - "v1.10.3", - "v1.9.2", - "v1.8.3" - ], - "default": "latest", - "description": "Select or enter a goreleaser version to install" - } - }, - "installAfter": [ - "ghcr.io/devcontainers/features/go" - ] -} + "id": "goreleaser", + "version": "0.1.1", + "name": "goreleaser", + "description": "Install Goreleaser, to release Go projects as fast and easily as possible!", + "options": { + "version": { + "type": "string", + "proposals": [ + "latest", + "v1.12.3", + "v1.11.2", + "v1.10.3", + "v1.9.2", + "v1.8.3" + ], + "default": "latest", + "description": "Select or enter a goreleaser version to install" + } + }, + "installsAfter": [ + "ghcr.io/devcontainers/features/go" + ] +} \ No newline at end of file diff --git a/src/gotestsum/devcontainer-feature.json b/src/gotestsum/devcontainer-feature.json index 026bdad..39497e1 100644 --- a/src/gotestsum/devcontainer-feature.json +++ b/src/gotestsum/devcontainer-feature.json @@ -1,22 +1,22 @@ { - "id": "gotestsum", - "version": "0.1.1", - "name": "gotestsum", - "description":"Install a pretty test runner", - "options": { - "version": { - "type": "string", - "proposals": [ - "latest", - "v1.8.2", - "v1.7.0", - "v1.6.4" - ], - "default": "latest", - "description": "Select or enter a gotestsum version to install" - } - }, - "installAfter": [ - "ghcr.io/devcontainers/features/go" - ] -} + "id": "gotestsum", + "version": "0.1.1", + "name": "gotestsum", + "description": "Install a pretty test runner", + "options": { + "version": { + "type": "string", + "proposals": [ + "latest", + "v1.8.2", + "v1.7.0", + "v1.6.4" + ], + "default": "latest", + "description": "Select or enter a gotestsum version to install" + } + }, + "installsAfter": [ + "ghcr.io/devcontainers/features/go" + ] +} \ No newline at end of file diff --git a/src/mage/devcontainer-feature.json b/src/mage/devcontainer-feature.json index 67901ec..113ac23 100644 --- a/src/mage/devcontainer-feature.json +++ b/src/mage/devcontainer-feature.json @@ -1,22 +1,22 @@ { - "id": "mage", - "version": "0.1.0", - "name": "mage", - "description":"a Make/rake-like dev tool using Go", - "options": { - "version": { - "type": "string", - "proposals": [ - "latest", - "1.14.0", - "1.13.0", - "1.12.1" - ], - "default": "latest", - "description": "Select or enter a mage version to install" - } - }, - "installAfter": [ - "ghcr.io/devcontainers/features/go" - ] -} + "id": "mage", + "version": "0.1.0", + "name": "mage", + "description": "a Make/rake-like dev tool using Go", + "options": { + "version": { + "type": "string", + "proposals": [ + "latest", + "1.14.0", + "1.13.0", + "1.12.1" + ], + "default": "latest", + "description": "Select or enter a mage version to install" + } + }, + "installsAfter": [ + "ghcr.io/devcontainers/features/go" + ] +} \ No newline at end of file diff --git a/src/pact-go/devcontainer-feature.json b/src/pact-go/devcontainer-feature.json index 9bd07d5..47c3ac3 100644 --- a/src/pact-go/devcontainer-feature.json +++ b/src/pact-go/devcontainer-feature.json @@ -1,28 +1,28 @@ { - "id": "pact-go", - "version": "0.1.1", - "name": "pact-go", - "description":"Configure Pact, to do contract testing with golang. Checks versions of required Pact CLI tools for used by the library.", - "options": { - "version": { - "type": "string", - "proposals": [ - "2.0.0-beta.10", - "2.0.0-beta.9", - "2.0.0-beta.8", - "2.0.0-beta.7", - "2.0.0-beta.6", - "2.0.0-beta.5", - "2.0.0-beta.4", - "2.0.0-beta.3", - "2.0.0-beta.2", - "2.0.0-beta.1" - ], - "default": "2.0.0-beta.10", - "description": "Select or enter a pact-go version to install" - } - }, - "installAfter": [ - "ghcr.io/devcontainers/features/go" - ] -} + "id": "pact-go", + "version": "0.1.1", + "name": "pact-go", + "description": "Configure Pact, to do contract testing with golang. Checks versions of required Pact CLI tools for used by the library.", + "options": { + "version": { + "type": "string", + "proposals": [ + "2.0.0-beta.10", + "2.0.0-beta.9", + "2.0.0-beta.8", + "2.0.0-beta.7", + "2.0.0-beta.6", + "2.0.0-beta.5", + "2.0.0-beta.4", + "2.0.0-beta.3", + "2.0.0-beta.2", + "2.0.0-beta.1" + ], + "default": "2.0.0-beta.10", + "description": "Select or enter a pact-go version to install" + } + }, + "installsAfter": [ + "ghcr.io/devcontainers/features/go" + ] +} \ No newline at end of file