-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update deps. Fix HTTP/2 support. Add master key file input. (#63)
* Update deps. Fix HTTP/2 support. Add master key file input. * Rename response JSON attribute names. Added CHANGELOG. * Update snapshot file
- Loading branch information
1 parent
18a6f86
commit 09f1d12
Showing
16 changed files
with
280 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
module github.com/bradleyjkemp/grpc-tools | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/bradleyjkemp/cupaloy/v2 v2.5.0 | ||
github.com/golang/protobuf v1.3.2 | ||
github.com/gorilla/websocket v1.4.0 // indirect | ||
github.com/gorilla/websocket v1.4.1 // indirect | ||
github.com/improbable-eng/grpc-web v0.11.0 | ||
github.com/jhump/protoreflect v1.4.4 | ||
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 // indirect | ||
github.com/jhump/protoreflect v1.5.0 | ||
github.com/pkg/errors v0.8.1 | ||
github.com/rivo/tview v0.0.0-20190602193159-384f577a620b | ||
github.com/rs/cors v1.6.0 // indirect | ||
github.com/rs/cors v1.7.0 // indirect | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/stretchr/testify v1.3.0 // indirect | ||
golang.org/x/net v0.0.0-20190607181551-461777fb6f67 | ||
google.golang.org/appengine v1.4.0 // indirect | ||
google.golang.org/genproto v0.0.0-20190605220351-eb0b1bdb6ae6 // indirect | ||
google.golang.org/grpc v1.23.1 | ||
github.com/stretchr/testify v1.2.2 | ||
golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933 | ||
google.golang.org/grpc v1.25.1 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.