Skip to content

Commit

Permalink
Removed zerolog
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanerix committed Oct 11, 2024
1 parent 212d851 commit f659891
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@ go 1.23.1

require (
github.com/google/uuid v1.6.0
github.com/rs/zerolog v1.33.0
github.com/spf13/cobra v1.8.1
google.golang.org/grpc v1.67.1
google.golang.org/protobuf v1.35.1
github.com/spf13/cobra v1.8.1
)

require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.26.0 // indirect
Expand Down

0 comments on commit f659891

Please sign in to comment.