Skip to content

Commit

Permalink
bump flp
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak committed Jul 5, 2023
1 parent e1f2c1a commit c38b09d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/mitchellh/mapstructure v1.4.3
github.com/netobserv/flowlogs-pipeline v0.1.9
github.com/netobserv/flowlogs-pipeline v0.1.10-0.20230705074433-8d40b3290d93
github.com/onsi/ginkgo/v2 v2.1.3
github.com/onsi/gomega v1.19.0
github.com/openshift/api v0.0.0-20220112145620-704957ce4980
Expand Down Expand Up @@ -94,5 +94,3 @@ require (
)

replace github.com/prometheus/common v0.32.1 => github.com/netobserv/prometheus-common v0.31.2-0.20220720134304-43e74fd22881

replace github.com/netobserv/flowlogs-pipeline => ../flowlogs-pipeline
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,8 @@ github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRW
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f h1:KUppIJq7/+SVif2QVs3tOP0zanoHgBEVAwHxUSIzRqU=
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
github.com/netobserv/flowlogs-pipeline v0.1.10-0.20230705074433-8d40b3290d93 h1:Ctd0uUYyvv3Ii8tZRNrlFjozPXHrw3csT9gv7ldhWno=
github.com/netobserv/flowlogs-pipeline v0.1.10-0.20230705074433-8d40b3290d93/go.mod h1:XaqtpgdNtPj1/NoCn8zrOt3vrOQdolA7gobpt15lIC0=
github.com/netobserv/loki-client-go v0.0.0-20220927092034-f37122a54500 h1:RmnoJe/ci5q+QdM7upFdxiU+D8F3L3qTd5wXCwwHefw=
github.com/netobserv/prometheus-common v0.31.2-0.20220720134304-43e74fd22881 h1:hx5bi6xBovRjmwUoVJBzhJ3EDo4K4ZUsqqKrJuQ2vMI=
github.com/netobserv/prometheus-common v0.31.2-0.20220720134304-43e74fd22881/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls=
Expand Down
3 changes: 1 addition & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ github.com/munnerz/goautoneg
# github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
## explicit
github.com/mwitkow/go-conntrack
# github.com/netobserv/flowlogs-pipeline v0.1.9 => ../flowlogs-pipeline
# github.com/netobserv/flowlogs-pipeline v0.1.10-0.20230705074433-8d40b3290d93
## explicit; go 1.18
github.com/netobserv/flowlogs-pipeline/pkg/api
github.com/netobserv/flowlogs-pipeline/pkg/confgen
Expand Down Expand Up @@ -691,4 +691,3 @@ sigs.k8s.io/structured-merge-diff/v4/value
# sigs.k8s.io/yaml v1.3.0
## explicit; go 1.12
sigs.k8s.io/yaml
# github.com/netobserv/flowlogs-pipeline => ../flowlogs-pipeline

0 comments on commit c38b09d

Please sign in to comment.