Skip to content

Commit f944dbe

Browse files
fix deps
1 parent 3d2e225 commit f944dbe

File tree

4 files changed

+7
-17
lines changed

4 files changed

+7
-17
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ require (
119119
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
120120
)
121121

122-
replace github.com/netobserv/flowlogs-pipeline => github.com/leandroberetta/flowlogs-pipeline v0.0.0-20250930114242-2095d805b124
122+
replace github.com/netobserv/flowlogs-pipeline => github.com/leandroberetta/flowlogs-pipeline v0.0.0-20251009135050-3d8583a3cfbc

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
9191
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
9292
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
9393
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
94-
github.com/leandroberetta/flowlogs-pipeline v0.0.0-20250930114242-2095d805b124 h1:hrkMeXq8p2RqLLfm9TwAvnOfp7HCyClrjgqyKYElnS0=
95-
github.com/leandroberetta/flowlogs-pipeline v0.0.0-20250930114242-2095d805b124/go.mod h1:2uLL4yl+/7vAbdB3+8NK4qHhoqyvkPVckql3TOCZ4tk=
94+
github.com/leandroberetta/flowlogs-pipeline v0.0.0-20251009135050-3d8583a3cfbc h1:0O0vz3oHT1pj2i3dDTeIlW1LrqrmbGKw711WAjpjBoM=
95+
github.com/leandroberetta/flowlogs-pipeline v0.0.0-20251009135050-3d8583a3cfbc/go.mod h1:JKatcqNUQeNfSGMpQ73a6tsbmw/ztOZunqOYfNJ7Opg=
9696
github.com/mailru/easyjson v0.9.0 h1:PrnmzHw7262yW8sTBwxi1PdJA3Iw/EKBa8psRf7d9a4=
9797
github.com/mailru/easyjson v0.9.0/go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU=
9898
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=

vendor/github.com/netobserv/flowlogs-pipeline/pkg/api/write_loki.go

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

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ github.com/munnerz/goautoneg
161161
# github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
162162
## explicit
163163
github.com/mwitkow/go-conntrack
164-
# github.com/netobserv/flowlogs-pipeline v1.9.2-community => github.com/leandroberetta/flowlogs-pipeline v0.0.0-20250930114242-2095d805b124
164+
# github.com/netobserv/flowlogs-pipeline v1.9.2-community => github.com/leandroberetta/flowlogs-pipeline v0.0.0-20251009135050-3d8583a3cfbc
165165
## explicit; go 1.24.0
166166
github.com/netobserv/flowlogs-pipeline/pkg/api
167167
github.com/netobserv/flowlogs-pipeline/pkg/config
@@ -1237,4 +1237,4 @@ sigs.k8s.io/structured-merge-diff/v6/value
12371237
# sigs.k8s.io/yaml v1.6.0
12381238
## explicit; go 1.22
12391239
sigs.k8s.io/yaml
1240-
# github.com/netobserv/flowlogs-pipeline => github.com/leandroberetta/flowlogs-pipeline v0.0.0-20250930114242-2095d805b124
1240+
# github.com/netobserv/flowlogs-pipeline => github.com/leandroberetta/flowlogs-pipeline v0.0.0-20251009135050-3d8583a3cfbc

0 commit comments

Comments
 (0)