-
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add _go/sigsum.org/sigsum-go/cmd/sigsum-* (#28944)
* feat: add go.mod/sigsum.org/sigsum-go/cmd/sigsum-* - go.mod/sigsum.org/sigsum-go/cmd/sigsum-key - go.mod/sigsum.org/sigsum-go/cmd/sigsum-monitor - go.mod/sigsum.org/sigsum-go/cmd/sigsum-submit - go.mod/sigsum.org/sigsum-go/cmd/sigsum-token - go.mod/sigsum.org/sigsum-go/cmd/sigsum-verify - go.mod/sigsum.org/sigsum-go/cmd/sigsum-witness * fix: replace go.mod/ with pkg.go.dev/ * fix: replace pkg.go.dev/ with _go/ * fix: replace /cmd with #cmd * fix: cmdx gr * fix: fix go module path
- Loading branch information
1 parent
a1f2860
commit 05bb805
Showing
13 changed files
with
74 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
packages: | ||
- name: _go/sigsum.org/sigsum-go#cmd/sigsum-key@v0.9.1 |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
packages: | ||
- name: _go/sigsum.org/sigsum-go#cmd/sigsum-key | ||
type: go_install | ||
description: One of Sigsum command line tools. Generate new keys, create and verify signatures, and convert between different key formats. | ||
path: sigsum.org/sigsum-go/cmd/sigsum-key |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
packages: | ||
- name: _go/sigsum.org/sigsum-go#cmd/sigsum-monitor@v0.9.1 |
5 changes: 5 additions & 0 deletions
5
pkgs/_go/sigsum.org/sigsum-go/cmd/sigsum-monitor/registry.yaml
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
packages: | ||
- name: _go/sigsum.org/sigsum-go#cmd/sigsum-monitor | ||
type: go_install | ||
description: One of Sigsum command line tools | ||
path: sigsum.org/sigsum-go/cmd/sigsum-monitor |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
packages: | ||
- name: _go/sigsum.org/sigsum-go#cmd/sigsum-submit@v0.9.1 |
7 changes: 7 additions & 0 deletions
7
pkgs/_go/sigsum.org/sigsum-go/cmd/sigsum-submit/registry.yaml
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
packages: | ||
- name: _go/sigsum.org/sigsum-go#cmd/sigsum-submit | ||
type: go_install | ||
description: | | ||
One of Sigsum command line tools. | ||
The sigsum-submit tool is used to create and/or submit add-leaf requests to a Sigsum log | ||
path: sigsum.org/sigsum-go/cmd/sigsum-submit |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
packages: | ||
- name: _go/sigsum.org/sigsum-go#cmd/sigsum-token@v0.9.1 |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
packages: | ||
- name: _go/sigsum.org/sigsum-go#cmd/sigsum-token | ||
type: go_install | ||
description: | | ||
One of Sigsum command line tools. | ||
The sigsum-token tool is used to manage the Sigsum "submit tokens" that are used for domain based rate limiting | ||
path: sigsum.org/sigsum-go/cmd/sigsum-token |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
packages: | ||
- name: _go/sigsum.org/sigsum-go#cmd/sigsum-verify@v0.9.1 |
5 changes: 5 additions & 0 deletions
5
pkgs/_go/sigsum.org/sigsum-go/cmd/sigsum-verify/registry.yaml
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
packages: | ||
- name: _go/sigsum.org/sigsum-go#cmd/sigsum-verify | ||
type: go_install | ||
description: One of Sigsum command line tools. sigsum-verify tool verifies a Sigsum proof, as created by sigsum-submit | ||
path: sigsum.org/sigsum-go/cmd/sigsum-verify |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
packages: | ||
- name: _go/sigsum.org/sigsum-go#cmd/sigsum-witness@v0.9.1 |
5 changes: 5 additions & 0 deletions
5
pkgs/_go/sigsum.org/sigsum-go/cmd/sigsum-witness/registry.yaml
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
packages: | ||
- name: _go/sigsum.org/sigsum-go#cmd/sigsum-witness | ||
type: go_install | ||
description: One of Sigsum command line tools | ||
path: sigsum.org/sigsum-go/cmd/sigsum-witness |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.