1
1
module github.com/fufuok/beats-http-output
2
2
3
- go 1.17
3
+ go 1.18
4
4
5
- require github.com/elastic/beats/v7 v7.17.6
5
+ require github.com/elastic/beats/v7 v7.17.7
6
6
7
7
require (
8
- github.com/Microsoft/go-winio v0.5.1 // indirect
8
+ github.com/Microsoft/go-winio v0.5.2 // indirect
9
9
github.com/PaesslerAG/gval v1.0.0 // indirect
10
10
github.com/PaesslerAG/jsonpath v0.1.1 // indirect
11
11
github.com/Shopify/sarama v0.0.0-00010101000000-000000000000 // indirect
12
12
github.com/StackExchange/wmi v0.0.0-20170221213301-9f32b5905fd6 // indirect
13
13
github.com/aerospike/aerospike-client-go v1.27.1-0.20170612174108-0f3b54da6bdc // indirect
14
- github.com/cespare/xxhash/v2 v2.1.1 // indirect
14
+ github.com/cespare/xxhash/v2 v2.1.2 // indirect
15
15
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
16
16
github.com/davecgh/go-xdr v0.0.0-20161123171359-e6a2ba005892 // indirect
17
17
github.com/digitalocean/go-libvirt v0.0.0-20180301200012-6075ea3c39a1 // indirect
@@ -36,16 +36,16 @@ require (
36
36
github.com/elastic/go-ucfg v0.8.6 // indirect
37
37
github.com/elastic/go-windows v1.0.1 // indirect
38
38
github.com/elastic/gosigar v0.14.2 // indirect
39
- github.com/fatih/color v1.9 .0 // indirect
39
+ github.com/fatih/color v1.13 .0 // indirect
40
40
github.com/fsnotify/fsevents v0.1.1 // indirect
41
41
github.com/fsnotify/fsnotify v1.5.1 // indirect
42
- github.com/go-ole/go-ole v1.2.5-0.20190920104607-14974a1cf647 // indirect
42
+ github.com/go-ole/go-ole v1.2.6 // indirect
43
43
github.com/go-sourcemap/sourcemap v2.1.2+incompatible // indirect
44
44
github.com/go-sql-driver/mysql v1.5.0 // indirect
45
45
github.com/gocarina/gocsv v0.0.0-20170324095351-ffef3ffc77be // indirect
46
46
github.com/godbus/dbus v0.0.0-20190422162347-ade71ed3457e // indirect
47
47
github.com/gofrs/flock v0.7.2-0.20190320160742-5135e617513b // indirect
48
- github.com/gofrs/uuid v3.3 .0+incompatible // indirect
48
+ github.com/gofrs/uuid v4.2 .0+incompatible // indirect
49
49
github.com/gogo/protobuf v1.3.2 // indirect
50
50
github.com/golang/protobuf v1.5.2 // indirect
51
51
github.com/golang/snappy v0.0.4 // indirect
@@ -55,20 +55,20 @@ require (
55
55
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75 // indirect
56
56
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
57
57
github.com/h2non/filetype v1.1.1 // indirect
58
- github.com/hashicorp/go-multierror v1.1.0 // indirect
58
+ github.com/hashicorp/go-multierror v1.1.1 // indirect
59
59
github.com/hashicorp/golang-lru v0.5.4 // indirect
60
60
github.com/insomniacslk/dhcp v0.0.0-20180716145214-633285ba52b2 // indirect
61
61
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
62
62
github.com/jonboulle/clockwork v0.2.2 // indirect
63
63
github.com/lib/pq v1.1.2-0.20190507191818-2ff3cb3adc01 // indirect
64
- github.com/magefile/mage v1.11 .0 // indirect
65
- github.com/mattn/go-colorable v0.1.6 // indirect
64
+ github.com/magefile/mage v1.14 .0 // indirect
65
+ github.com/mattn/go-colorable v0.1.12 // indirect
66
66
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
67
- github.com/miekg/dns v1.1.25 // indirect
67
+ github.com/miekg/dns v1.1.41 // indirect
68
68
github.com/mitchellh/hashstructure v0.0.0-20170116052023-ab25296c0f51 // indirect
69
- github.com/mitchellh/mapstructure v1.3 .3 // indirect
69
+ github.com/mitchellh/mapstructure v1.4 .3 // indirect
70
70
github.com/opencontainers/go-digest v1.0.0 // indirect
71
- github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6 // indirect
71
+ github.com/opencontainers/image-spec v1.0.2 // indirect
72
72
github.com/pkg/errors v0.9.1 // indirect
73
73
github.com/pmezard/go-difflib v1.0.0 // indirect
74
74
github.com/prometheus/client_model v0.2.0 // indirect
@@ -79,7 +79,7 @@ require (
79
79
github.com/samuel/go-parser v0.0.0-20130731160455-ca8abbf65d0e // indirect
80
80
github.com/samuel/go-thrift v0.0.0-20140522043831-2187045faa54 // indirect
81
81
github.com/shirou/gopsutil v3.20.12+incompatible // indirect
82
- github.com/spf13/cobra v1.0 .0 // indirect
82
+ github.com/spf13/cobra v1.3 .0 // indirect
83
83
github.com/spf13/pflag v1.0.5 // indirect
84
84
github.com/stretchr/testify v1.7.0 // indirect
85
85
github.com/tsg/gopacket v0.0.0-20200626092518-2ab8e397a786 // indirect
@@ -90,22 +90,20 @@ require (
90
90
go.elastic.co/apm v1.11.0 // indirect
91
91
go.elastic.co/apm/module/apmelasticsearch v1.7.2 // indirect
92
92
go.elastic.co/apm/module/apmhttp v1.7.2 // indirect
93
- go.elastic.co/ecszap v0.3.0 // indirect
93
+ go.elastic.co/ecszap v1.0.1 // indirect
94
94
go.etcd.io/bbolt v1.3.6 // indirect
95
95
go.uber.org/atomic v1.9.0 // indirect
96
96
go.uber.org/multierr v1.8.0 // indirect
97
- go.uber.org/zap v1.14.0 // indirect
98
- golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
99
- golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
97
+ go.uber.org/zap v1.21.0 // indirect
98
+ golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
100
99
golang.org/x/net v0.0.0-20211020060615-d418f374d309 // indirect
101
- golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1 // indirect
100
+ golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
102
101
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
103
102
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
104
103
golang.org/x/text v0.3.7 // indirect
105
104
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
106
- golang.org/x/tools v0.1.7 // indirect
107
- google.golang.org/genproto v0.0.0-20211021150943-2b146023228c // indirect
108
- google.golang.org/grpc v1.41.0 // indirect
105
+ google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
106
+ google.golang.org/grpc v1.42.0 // indirect
109
107
google.golang.org/protobuf v1.27.1 // indirect
110
108
gopkg.in/inf.v0 v0.9.1 // indirect
111
109
gopkg.in/jcmturner/aescts.v1 v1.0.1 // indirect
@@ -124,17 +122,19 @@ require (
124
122
125
123
require (
126
124
github.com/armon/go-radix v1.0.0 // indirect
127
- github.com/containerd/containerd v1.5.7 // indirect
125
+ github.com/containerd/containerd v1.5.13 // indirect
128
126
github.com/davecgh/go-spew v1.1.1 // indirect
129
127
github.com/docker/distribution v2.8.0+incompatible // indirect
130
128
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
131
129
github.com/eapache/queue v1.1.0 // indirect
130
+ github.com/elastic/elastic-agent-libs v0.2.11 // indirect
131
+ github.com/elastic/elastic-agent-system-metrics v0.4.4 // indirect
132
132
github.com/go-logr/logr v0.4.0 // indirect
133
133
github.com/godbus/dbus/v5 v5.0.5 // indirect
134
134
github.com/google/gofuzz v1.1.0 // indirect
135
135
github.com/googleapis/gnostic v0.4.1 // indirect
136
136
github.com/gorilla/websocket v1.4.2 // indirect
137
- github.com/hashicorp/errwrap v1.0 .0 // indirect
137
+ github.com/hashicorp/errwrap v1.1 .0 // indirect
138
138
github.com/hashicorp/go-uuid v1.0.2 // indirect
139
139
github.com/imdario/mergo v0.3.12 // indirect
140
140
github.com/inconshreveable/mousetrap v1.0.0 // indirect
@@ -143,12 +143,12 @@ require (
143
143
github.com/jcmturner/gofork v1.0.0 // indirect
144
144
github.com/jcmturner/gokrb5/v8 v8.4.2 // indirect
145
145
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
146
- github.com/json-iterator/go v1.1.11 // indirect
146
+ github.com/json-iterator/go v1.1.12 // indirect
147
147
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
148
148
github.com/klauspost/compress v1.13.6 // indirect
149
- github.com/mattn/go-isatty v0.0.12 // indirect
149
+ github.com/mattn/go-isatty v0.0.14 // indirect
150
150
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
151
- github.com/modern-go/reflect2 v1.0.1 // indirect
151
+ github.com/modern-go/reflect2 v1.0.2 // indirect
152
152
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
153
153
github.com/santhosh-tekuri/jsonschema v1.2.4 // indirect
154
154
github.com/sirupsen/logrus v1.8.1 // indirect
@@ -159,7 +159,7 @@ require (
159
159
go.elastic.co/fastjson v1.1.0 // indirect
160
160
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
161
161
google.golang.org/appengine v1.6.7 // indirect
162
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
162
+ gopkg.in/yaml.v3 v3.0.1 // indirect
163
163
k8s.io/klog/v2 v2.8.0 // indirect
164
164
k8s.io/utils v0.0.0-20201110183641-67b214c5f920 // indirect
165
165
kernel.org/pub/linux/libs/security/libcap/psx v1.2.57 // indirect
0 commit comments