Skip to content

Commit

Permalink
Depend on grpc logging
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielseibel1 committed Jun 18, 2024
1 parent 24af575 commit 5d05ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ require (
github.com/bjartek/underflow v1.5.0
github.com/enescakir/emoji v1.0.0
github.com/fatih/color v1.16.0
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0
github.com/hashicorp/go-multierror v1.1.1
github.com/hexops/autogold v1.3.1
github.com/onflow/cadence v1.0.0-preview.34
Expand Down Expand Up @@ -95,7 +96,6 @@ require (
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/gosuri/uilive v0.0.4 // indirect
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
Expand Down

0 comments on commit 5d05ad5

Please sign in to comment.