Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade ghost v0.6.2 #12

Merged
merged 1 commit into from
Aug 9, 2024
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
4 changes: 4 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## WIP TBD

* Upgraded to Ghost v0.6.2

## v0.1.1 2024-08-09

* Fix a bug in `file` that caused it to files when `files_dir` was set.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/spf13/cobra v1.8.1
github.com/spf13/viper v1.18.2
github.com/stretchr/testify v1.9.0
github.com/zostay/ghost v0.6.1
github.com/zostay/ghost v0.6.2
github.com/zostay/go-std v0.8.0
k8s.io/api v0.29.0
k8s.io/apimachinery v0.29.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ github.com/zostay/ghost v0.4.2 h1:KIuIZhLhTp+y6yLfAFUjVVp+PtKigjVAv9gN/8G/vi4=
github.com/zostay/ghost v0.4.2/go.mod h1:6gs/d73p8oP6mNo3aWuOAPNljDRpgw0WpGpDl5dnP0o=
github.com/zostay/ghost v0.6.1 h1:jf4YU+Zb+ml1Zl3BOuv58fQKAELZ0tveRTkv3+15juI=
github.com/zostay/ghost v0.6.1/go.mod h1:NcDXSwLwWxEKnF2b7k7ejmGHro2XJEEEnG5I6nLfh8M=
github.com/zostay/ghost v0.6.2 h1:D6KBoMHdaCgBwYP4mHRmWxaXRxzkJqjOoe76Cz7FNnM=
github.com/zostay/ghost v0.6.2/go.mod h1:NcDXSwLwWxEKnF2b7k7ejmGHro2XJEEEnG5I6nLfh8M=
github.com/zostay/go-std v0.8.0 h1:OR9h8eGkEBSCn5TsYjtb4gC/A8V2jndgdV9iI0KwWFo=
github.com/zostay/go-std v0.8.0/go.mod h1:ix2L9dtfn2E4GIJnXTcw8MKd7nwiDzJHln7+/3L7XAE=
go.uber.org/atomic v1.9.0 h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE=
Expand Down