Skip to content

Commit

Permalink
Merge pull request #360 from sublime-security/cd.target.gzip
Browse files Browse the repository at this point in the history
Add import for GRPC gzip compression
  • Loading branch information
phutelmyer authored Apr 19, 2023
2 parents 418d668 + ff2030e commit 7d35ae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/go/cmd/strelka-frontend/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import (
"github.com/go-redis/redis/v8"
"github.com/google/uuid"
"google.golang.org/grpc"
_ "google.golang.org/grpc/encoding/gzip"
"gopkg.in/yaml.v2"

grpc_health_v1 "github.com/target/strelka/src/go/api/health"
Expand Down

0 comments on commit 7d35ae4

Please sign in to comment.