Skip to content

Commit

Permalink
Drop gRPC dependency [sc-74688]
Browse files Browse the repository at this point in the history
[sc-74688]

We don't use gRPC, we have a dependency for a single constant, so inline
the constant instead to remove the dependency.
  • Loading branch information
prashantv committed Apr 12, 2024
1 parent abd191e commit 7025d6a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 94 deletions.
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ require (
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.2
google.golang.org/grpc v1.45.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
)

Expand Down Expand Up @@ -51,7 +50,6 @@ require (
golang.org/x/net v0.15.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading

0 comments on commit 7025d6a

Please sign in to comment.