Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Bump github.com/fullstorydev/grpcurl from 1.8.2 to 1.8.9 #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
@@ -3,16 +3,16 @@ module github.com/google/certificate-transparency-go
go 1.16

require (
github.com/fullstorydev/grpcurl v1.8.2
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/fullstorydev/grpcurl v1.8.9
github.com/golang/glog v1.1.0
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.6
github.com/golang/protobuf v1.5.3
github.com/google/go-cmp v0.5.9
github.com/google/trillian v1.4.0
github.com/gorilla/mux v1.8.0
github.com/juju/ratelimit v1.0.1
github.com/kylelemons/godebug v1.1.0
github.com/mattn/go-sqlite3 v1.14.8
github.com/mattn/go-sqlite3 v1.14.14
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/prometheus/client_golang v1.11.0
github.com/rs/cors v1.8.0
@@ -21,9 +21,9 @@ require (
go.etcd.io/etcd/client/v3 v3.5.0
go.etcd.io/etcd/etcdctl/v3 v3.5.0
go.etcd.io/etcd/v3 v3.5.0
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
google.golang.org/grpc v1.40.0
google.golang.org/protobuf v1.27.1
golang.org/x/crypto v0.14.0
golang.org/x/net v0.17.0
google.golang.org/grpc v1.57.0
google.golang.org/protobuf v1.31.0
gopkg.in/yaml.v2 v2.4.0
)
Loading