Skip to content
This repository has been archived by the owner on Jun 20, 2020. It is now read-only.

Commit

Permalink
Bump modules to latest (#34)
Browse files Browse the repository at this point in the history
Update all modules to the latest releases.
* Tweak some code based on repo overrides in beats upstream[0].

[0]: https://github.com/elastic/beats/blob/master/vendor/vendor.json

Signed-off-by: Ben Kochie <superq@gmail.com>
  • Loading branch information
SuperQ authored and josephlewis42 committed Jan 9, 2020
1 parent bf97e63 commit 5348230
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 128 deletions.
85 changes: 43 additions & 42 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,75 +4,76 @@ go 1.13

replace github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.4.2

replace github.com/dop251/goja => github.com/andrewkroh/goja v0.0.0-20190128172624-dd2ac4456e20

replace github.com/docker/docker => github.com/docker/engine v1.4.2-0.20191113042239-ea84732a7725

require (
cloud.google.com/go v0.47.0 // indirect
cloud.google.com/go/pubsub v1.0.1
cloud.google.com/go v0.51.0 // indirect
cloud.google.com/go/pubsub v1.1.0
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/Shopify/sarama v1.24.0 // indirect
github.com/Sirupsen/logrus v1.4.2 // indirect
github.com/Shopify/sarama v1.24.1 // indirect
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 // indirect
github.com/containerd/containerd v1.3.2 // indirect
github.com/dlclark/regexp2 v1.2.0 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.13.1 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
github.com/dop251/goja v0.0.0-20200106141417-aaec0e7bde29 // indirect
github.com/dop251/goja_nodejs v0.0.0-20171011081505-adff31b136e6 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/eapache/go-resiliency v1.2.0 // indirect
github.com/elastic/beats v7.4.0+incompatible
github.com/elastic/ecs v1.2.0 // indirect
github.com/elastic/beats v7.5.1+incompatible
github.com/elastic/ecs v1.4.0 // indirect
github.com/elastic/go-lumber v0.1.0 // indirect
github.com/elastic/go-seccomp-bpf v1.1.0 // indirect
github.com/elastic/go-structform v0.0.6 // indirect
github.com/elastic/go-sysinfo v1.1.0 // indirect
github.com/elastic/go-txfile v0.0.6 // indirect
github.com/elastic/go-sysinfo v1.2.1 // indirect
github.com/elastic/go-txfile v0.0.7 // indirect
github.com/elastic/go-windows v1.0.1 // indirect
github.com/elastic/gosigar v0.10.5 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/garyburd/redigo v1.6.0 // indirect
github.com/gofrs/flock v0.7.1 // indirect
github.com/go-sourcemap/sourcemap v2.1.2+incompatible // indirect
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/groupcache v0.0.0-20191002201903-404acd9df4cc // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/google/go-cmp v0.4.0 // indirect
github.com/googleapis/gnostic v0.3.1 // indirect
github.com/gorilla/mux v1.7.3 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/imdario/mergo v0.3.8 // indirect
github.com/jcmturner/gofork v1.0.0 // indirect
github.com/jstemmer/go-junit-report v0.9.1 // indirect
github.com/klauspost/compress v1.8.6 // indirect
github.com/klauspost/cpuid v1.2.1 // indirect
github.com/json-iterator/go v1.1.9 // indirect
github.com/klauspost/compress v1.9.7 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/magefile/mage v1.9.0 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/miekg/dns v1.1.22 // indirect
github.com/miekg/dns v1.1.27 // indirect
github.com/mitchellh/hashstructure v1.0.0 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/pierrec/lz4 v2.3.0+incompatible // indirect
github.com/prometheus/procfs v0.0.5 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/pierrec/lz4 v2.4.0+incompatible // indirect
github.com/prometheus/procfs v0.0.8 // indirect
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect
github.com/spf13/cobra v0.0.5 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.4.0 // indirect
github.com/theckman/go-flock v0.7.1 // indirect
github.com/tsg/gopacket v0.0.0-20190320122513-dd3d0e41124a // indirect
go.opencensus.io v0.22.1 // indirect
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.2.0 // indirect
go.uber.org/zap v1.10.0 // indirect
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/exp v0.0.0-20191014171548-69215a2ee97e // indirect
golang.org/x/net v0.0.0-20191014212845-da9a3fd4c582 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 // indirect
golang.org/x/tools v0.0.0-20191017101817-846f856e7d71 // indirect
google.golang.org/api v0.11.0
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/grpc v1.24.0
gopkg.in/inf.v0 v0.9.1 // indirect
github.com/urso/magetools v0.0.0-20200106130147-61080ed7b22b // indirect
go.uber.org/atomic v1.5.1 // indirect
go.uber.org/multierr v1.4.0 // indirect
go.uber.org/zap v1.13.0 // indirect
golang.org/x/crypto v0.0.0-20200108215511-5d647ca15757 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sys v0.0.0-20200107162124-548cf772de50 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
golang.org/x/tools v0.0.0-20200108203644-89082a384178 // indirect
google.golang.org/api v0.15.0
google.golang.org/genproto v0.0.0-20200108215221-bd8f9a0ef82f // indirect
google.golang.org/grpc v1.26.0
gopkg.in/jcmturner/gokrb5.v7 v7.3.0 // indirect
k8s.io/api v0.0.0-20191016225839-816a9b7df678 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
gotest.tools v2.2.0+incompatible // indirect
k8s.io/api v0.17.0 // indirect
k8s.io/client-go v0.0.0-20190620085101-78d2af792bab // indirect
k8s.io/utils v0.0.0-20191010214722-8d271d903fe4 // indirect
k8s.io/utils v0.0.0-20200108110541-e2fb8e668047 // indirect
)
Loading

0 comments on commit 5348230

Please sign in to comment.