Skip to content

Commit

Permalink
Merge pull request #15 from zostay/upgrade-go-std
Browse files Browse the repository at this point in the history
chore: upgrade go-std to v0.9.1
  • Loading branch information
zostay authored Oct 15, 2024
2 parents 04ac53b + 3e385e7 commit fde1309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/spf13/viper v1.18.2
github.com/stretchr/testify v1.9.0
github.com/zostay/ghost v0.6.2
github.com/zostay/go-std v0.8.0
github.com/zostay/go-std v0.9.1
k8s.io/api v0.29.0
k8s.io/apimachinery v0.29.0
k8s.io/client-go 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 @@ -252,6 +252,8 @@ 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=
github.com/zostay/go-std v0.9.1 h1:qpPTIgsg0sxqWE2HiEQ60uQSb5mWToYXBHA+vXT2nrg=
github.com/zostay/go-std v0.9.1/go.mod h1:gje2VXBK4+Zga00kQa7V7Oqb9h4gH33U8TIuqaOxL/0=
go.uber.org/atomic v1.9.0 h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE=
go.uber.org/atomic v1.9.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
go.uber.org/goleak v1.2.1 h1:NBol2c7O1ZokfZ0LEU9K6Whx/KnwvepVetCUhtKja4A=
Expand Down

0 comments on commit fde1309

Please sign in to comment.