Skip to content

Commit

Permalink
Merge pull request #368 from ekristen/structured-logging
Browse files Browse the repository at this point in the history
feat: structured logging
  • Loading branch information
ekristen authored Dec 26, 2024
2 parents 74900bb + f47c098 commit d98053b
Show file tree
Hide file tree
Showing 5 changed files with 107 additions and 152 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/s3 v1.71.1
github.com/aws/aws-sdk-go-v2/service/sts v1.33.3
github.com/aws/smithy-go v1.22.1
github.com/ekristen/libnuke v0.22.0
github.com/ekristen/libnuke v0.24.0
github.com/fatih/color v1.18.0
github.com/golang/mock v1.6.0
github.com/google/uuid v1.6.0
Expand Down Expand Up @@ -50,10 +50,8 @@ require (
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/stevenle/topsort v0.2.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit d98053b

Please sign in to comment.