Skip to content

feat: move tui code to tui package#607

Closed
Enzime wants to merge 2 commits into
FiloSottile:mainfrom
age-sops:feat/sops-integration
Closed

feat: move tui code to tui package#607
Enzime wants to merge 2 commits into
FiloSottile:mainfrom
age-sops:feat/sops-integration

Conversation

@Enzime
Copy link
Copy Markdown

@Enzime Enzime commented Dec 12, 2024

Original PR: #591

Supersedes #1

brianmcgee and others added 2 commits October 2, 2024 12:03
Makes PluginTerminalUI available for sops (and other third parties) so they can more easily support plugins.
$ staticcheck ./... | fmt -w 80 -s
internal/format/format.go:204:17: error strings should not end with punctuation
or newlines (ST1005)
internal/stream/stream.go:15:2: "golang.org/x/crypto/poly1305" is
deprecated: Poly1305 as implemented by this package is a cryptographic
building block that is not safe for general purpose use. For
encryption, use the full ChaCha20-Poly1305 construction implemented by
golang.org/x/crypto/chacha20poly1305. For authentication, use a general
purpose MAC such as HMAC implemented by crypto/hmac.  (SA1019)
plugin/client.go:385:2: field stderr is unused (U1000)

$ gotip vet ./cmd/...
cmd/age-keygen/keygen.go:161:13: non-constant format string in call to log.Printf
@Enzime Enzime closed this Dec 12, 2024
@Enzime
Copy link
Copy Markdown
Author

Enzime commented Dec 12, 2024

Woops, sorry, wrong repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants