Skip to content

Commit

Permalink
chore: upgrade ghost v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zostay committed Aug 9, 2024
1 parent ed75fd9 commit e54c579
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
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

0 comments on commit e54c579

Please sign in to comment.