generated from devcontainers/feature-starter
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
113 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
] | ||
} |