Skip to content

Commit

Permalink
Merge pull request #258 from infobloxopen/updateVendors
Browse files Browse the repository at this point in the history
Update vendors
  • Loading branch information
drewwells authored Dec 14, 2020
2 parents 531a478 + f984414 commit bf3f8ae
Show file tree
Hide file tree
Showing 441 changed files with 20,438 additions and 25,677 deletions.
39 changes: 29 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,46 @@ module github.com/infobloxopen/themis
go 1.15

require (
github.com/Shopify/sarama v1.21.0 // indirect
github.com/allegro/bigcache/v2 v2.2.4
github.com/caddyserver/caddy v1.0.1
github.com/coredns/coredns v1.6.1
github.com/dnstap/golang-dnstap v0.0.0-20170829151710-2cf77a2b5e11
github.com/bifurcation/mint v0.0.0-20180715133206-93c51c6ce115 // indirect
github.com/caddyserver/caddy v1.0.5
github.com/coredns/coredns v1.7.1
github.com/coreos/bbolt v1.3.2 // indirect
github.com/coreos/etcd v3.3.13+incompatible // indirect
github.com/coreos/go-systemd v0.0.0-20190212144455-93d5ec2c7f76 // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/dnstap/golang-dnstap v0.2.1
github.com/go-acme/lego v2.5.0+incompatible // indirect
github.com/golang/protobuf v1.4.3
github.com/google/uuid v1.1.2
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
github.com/infobloxopen/go-trees v0.0.0-20190313150506-2af4e13f9062
github.com/lucas-clemente/aes12 v0.0.0-20171027163421-cd47fb39b79f // indirect
github.com/lucas-clemente/quic-clients v0.1.0 // indirect
github.com/lucas-clemente/quic-go-certificates v0.0.0-20160823095156-d2f86524cced // indirect
github.com/miekg/dns v1.1.35
github.com/opentracing/opentracing-go v1.2.0
github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5
github.com/openzipkin/zipkin-go v0.2.1
github.com/openzipkin/zipkin-go v0.2.2
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/client_golang v1.0.0
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/client_model v0.2.0
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.4.0
google.golang.org/grpc v1.33.1
google.golang.org/protobuf v1.24.0
gopkg.in/yaml.v2 v2.2.8
github.com/stretchr/testify v1.5.1
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
google.golang.org/grpc v1.29.1
google.golang.org/protobuf v1.25.0
gopkg.in/yaml.v2 v2.3.0
k8s.io/api v0.19.3
k8s.io/apimachinery v0.19.3
k8s.io/client-go v0.19.3
)

replace (
// Required by coredns/coredns https://github.com/coredns/coredns/blob/v1.7.1/go.mod#L34
google.golang.org/grpc => google.golang.org/grpc v1.29.1
k8s.io/api => k8s.io/api v0.19.3
k8s.io/apimachinery => k8s.io/apimachinery v0.19.3
k8s.io/client-go => k8s.io/client-go v0.19.3
)
485 changes: 459 additions & 26 deletions go.sum

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions vendor/github.com/caddyserver/caddy/.gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 6 additions & 13 deletions vendor/github.com/caddyserver/caddy/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions vendor/github.com/caddyserver/caddy/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bf3f8ae

Please sign in to comment.