Skip to content

Commit 095deb6

Browse files
Bump github.com/vmware/go-ipfix from 0.9.0 to 0.11.0
Bumps [github.com/vmware/go-ipfix](https://github.com/vmware/go-ipfix) from 0.9.0 to 0.11.0. - [Release notes](https://github.com/vmware/go-ipfix/releases) - [Changelog](https://github.com/vmware/go-ipfix/blob/main/CHANGELOG.md) - [Commits](vmware/go-ipfix@v0.9.0...v0.11.0) --- updated-dependencies: - dependency-name: github.com/vmware/go-ipfix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 118800c commit 095deb6

File tree

423 files changed

+25040
-2199
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

423 files changed

+25040
-2199
lines changed

go.mod

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
module github.com/netobserv/flowlogs-pipeline
22

33
go 1.22.3
4-
5-
toolchain go1.22.5
4+
toolchain go1.23.1
65

76
require (
87
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible
@@ -23,25 +22,25 @@ require (
2322
github.com/pkg/errors v0.9.1
2423
github.com/prometheus/client_golang v1.20.3
2524
github.com/prometheus/client_model v0.6.1
26-
github.com/prometheus/common v0.55.0
25+
github.com/prometheus/common v0.59.1
2726
github.com/segmentio/kafka-go v0.4.47
2827
github.com/sirupsen/logrus v1.9.3
29-
github.com/spf13/cobra v1.8.0
28+
github.com/spf13/cobra v1.8.1
3029
github.com/spf13/pflag v1.0.5
3130
github.com/spf13/viper v1.19.0
3231
github.com/stretchr/testify v1.9.0
3332
github.com/vladimirvivien/gexe v0.3.0
34-
github.com/vmware/go-ipfix v0.9.0
33+
github.com/vmware/go-ipfix v0.11.0
3534
go.opentelemetry.io/otel v1.29.0
3635
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.29.0
3736
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.29.0
38-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.26.0
39-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.25.0
37+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0
38+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0
4039
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.26.0
4140
go.opentelemetry.io/otel/metric v1.29.0
4241
go.opentelemetry.io/otel/sdk v1.29.0
4342
go.opentelemetry.io/otel/sdk/metric v1.29.0
44-
golang.org/x/net v0.28.0
43+
golang.org/x/net v0.29.0
4544
google.golang.org/grpc v1.66.0
4645
google.golang.org/protobuf v1.34.2
4746
gopkg.in/yaml.v2 v2.4.0
@@ -62,7 +61,7 @@ require (
6261
github.com/containernetworking/cni v1.1.2 // indirect
6362
github.com/containernetworking/plugins v1.2.0 // indirect
6463
github.com/coreos/go-iptables v0.6.0 // indirect
65-
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
64+
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
6665
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6766
github.com/dustin/go-humanize v1.0.1 // indirect
6867
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
@@ -107,11 +106,10 @@ require (
107106
github.com/ovn-org/libovsdb v0.7.1-0.20240820095311-ce1951614a20 // indirect
108107
github.com/ovn-org/ovn-kubernetes/go-controller v0.0.0-20240902083137-5d2310e77f87 // indirect
109108
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
110-
github.com/pierrec/lz4/v4 v4.1.17 // indirect
111-
github.com/pion/dtls/v2 v2.2.4 // indirect
109+
github.com/pierrec/lz4/v4 v4.1.21 // indirect
110+
github.com/pion/dtls/v2 v2.2.12 // indirect
112111
github.com/pion/logging v0.2.2 // indirect
113-
github.com/pion/transport/v2 v2.0.0 // indirect
114-
github.com/pion/udp v0.1.4 // indirect
112+
github.com/pion/transport/v2 v2.2.10 // indirect
115113
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
116114
github.com/prometheus/procfs v0.15.1 // indirect
117115
github.com/prometheus/prometheus v1.8.2-0.20201028100903-3245b3267b24 // indirect
@@ -136,12 +134,12 @@ require (
136134
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
137135
go.uber.org/atomic v1.9.0 // indirect
138136
go.uber.org/multierr v1.11.0 // indirect
139-
golang.org/x/crypto v0.26.0 // indirect
137+
golang.org/x/crypto v0.27.0 // indirect
140138
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
141139
golang.org/x/oauth2 v0.22.0 // indirect
142140
golang.org/x/sys v0.25.0 // indirect
143-
golang.org/x/term v0.23.0 // indirect
144-
golang.org/x/text v0.17.0 // indirect
141+
golang.org/x/term v0.24.0 // indirect
142+
golang.org/x/text v0.18.0 // indirect
145143
golang.org/x/time v0.5.0 // indirect
146144
google.golang.org/genproto/googleapis/api v0.0.0-20240822170219-fc7c04adadcd // indirect
147145
google.golang.org/genproto/googleapis/rpc v0.0.0-20240822170219-fc7c04adadcd // indirect
@@ -151,10 +149,10 @@ require (
151149
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
152150
gopkg.in/warnings.v0 v0.1.2 // indirect
153151
gopkg.in/yaml.v3 v3.0.1 // indirect
154-
k8s.io/component-base v0.30.2 // indirect
152+
k8s.io/component-base v0.31.0 // indirect
155153
k8s.io/klog/v2 v2.130.1 // indirect
156154
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
157-
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
155+
k8s.io/utils v0.0.0-20240902221715-702e33fdd3c3 // indirect
158156
lukechampine.com/uint128 v1.2.0 // indirect
159157
sigs.k8s.io/controller-runtime v0.18.4 // indirect
160158
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect

go.sum

Lines changed: 46 additions & 43 deletions
Large diffs are not rendered by default.

vendor/github.com/cpuguy83/go-md2man/v2/md2man/roff.go

Lines changed: 62 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pierrec/lz4/v4/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)