Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.26.6
tool github.com/golangci/golangci-lint/v2/cmd/golangci-lint

require (
code.cloudfoundry.org/credhub-cli v0.0.0-20260914130355-0dc1859a5ca1
code.cloudfoundry.org/credhub-cli v0.0.0-20260915183920-858ec47b73bd
github.com/BurntSushi/toml v1.6.0
github.com/apex/log v1.9.0
github.com/buildpacks/lifecycle v0.21.19
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
4d63.com/gochecknoglobals v0.2.2/go.mod h1:lLxwTQjL5eIesRbvnzIP3jZtG140FnTdz+AlMa+ogt0=
charm.land/lipgloss/v2 v2.0.6 h1:EaGKeuA8FvF+v2BT5VmZd2LoYLaMZJXA5n34th8nCIQ=
charm.land/lipgloss/v2 v2.0.6/go.mod h1:ipDDJNSGa1hlwDtSfW1s2/xR8Vdhbut4PXh2zEKZd0Q=
code.cloudfoundry.org/credhub-cli v0.0.0-20260914130355-0dc1859a5ca1 h1:hBcuoOsL/EGJEe4xafptaO4+fwWLirgXWXk1pTZXI6s=
code.cloudfoundry.org/credhub-cli v0.0.0-20260914130355-0dc1859a5ca1/go.mod h1:aI5pkdg2N1ZowOk7R/qQPBI2u2tQ7rmW+VsK2/d2iDQ=
code.cloudfoundry.org/credhub-cli v0.0.0-20260915183920-858ec47b73bd h1:U99F9mJg5VQdRm8xsVUgQf0pCc/Trd8z7G3NlLyWzqw=
code.cloudfoundry.org/credhub-cli v0.0.0-20260915183920-858ec47b73bd/go.mod h1:aI5pkdg2N1ZowOk7R/qQPBI2u2tQ7rmW+VsK2/d2iDQ=
codeberg.org/chavacava/garif v0.2.0 h1:F0tVjhYbuOCnvNcU3YSpO6b3Waw6Bimy4K0mM8y6MfY=
codeberg.org/chavacava/garif v0.2.0/go.mod h1:P2BPbVbT4QcvLZrORc2T29szK3xEOlnl0GiPTJmEqBQ=
codeberg.org/polyfloyd/go-errorlint v1.9.0 h1:VkdEEmA1VBpH6ecQoMR4LdphVI3fA4RrCh2an7YmodI=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# charm.land/lipgloss/v2 v2.0.6
## explicit; go 1.25.0
charm.land/lipgloss/v2
# code.cloudfoundry.org/credhub-cli v0.0.0-20260914130355-0dc1859a5ca1
# code.cloudfoundry.org/credhub-cli v0.0.0-20260915183920-858ec47b73bd
## explicit; go 1.26.0
code.cloudfoundry.org/credhub-cli/credhub
code.cloudfoundry.org/credhub-cli/credhub/auth
Expand Down