Skip to content

Commit

Permalink
Retract v1.1.1
Browse files Browse the repository at this point in the history
The Go Report Card badge on the README poisoned the module cache for
v1.1.1. This commit retracts v1.1.1. Users can update to v1.1.2, which
is literally the same commit.
  • Loading branch information
akshayjshah committed Jul 26, 2023
1 parent b7faa90 commit e423f41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ module connectrpc.com/grpchealth

go 1.19

retract (
v1.1.1 // module cache poisoned, use v1.1.2
)

require (
connectrpc.com/connect v1.11.0
google.golang.org/protobuf v1.31.0
Expand Down

0 comments on commit e423f41

Please sign in to comment.