Skip to content

Commit

Permalink
Merge pull request #48 from kairos-io/2226-detect-boot-state
Browse files Browse the repository at this point in the history
Add wrapper method to pass down a logger to UnlockAll
  • Loading branch information
jimmykarily committed Feb 19, 2024
2 parents 98c0620 + fcf834a commit 7fe64d4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 114 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ require (
github.com/onsi/gomega v1.31.1
github.com/otiai10/copy v1.9.0
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.32.0
github.com/urfave/cli v1.22.14
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
k8s.io/apimachinery v0.26.2
Expand Down Expand Up @@ -63,6 +64,7 @@ require (
github.com/joho/godotenv v1.5.1 // indirect
github.com/klauspost/compress v1.16.5 // indirect
github.com/lithammer/fuzzysearch v1.1.8 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
Expand Down

0 comments on commit 7fe64d4

Please sign in to comment.