Skip to content

Commit e18125e

Browse files
fix deps
1 parent 3d8583a commit e18125e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
206206
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
207207
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
208208
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
209+
github.com/leandroberetta/loki-client-go v0.0.0-20251009134823-acd942c4f7a5 h1:SxnvZWFhBAsSDWp40Pyh9EhUJ2kd+Uq8ZRRUun/LdOE=
210+
github.com/leandroberetta/loki-client-go v0.0.0-20251009134823-acd942c4f7a5/go.mod h1:Zb/jtD3Lnu88Poo+jnhTASzxYnvncmHOoZaT93xQjJ8=
209211
github.com/libp2p/go-reuseport v0.4.0 h1:nR5KU7hD0WxXCJbmw7r2rhRYruNRl2koHw8fQscQm2s=
210212
github.com/libp2p/go-reuseport v0.4.0/go.mod h1:ZtI03j/wO5hZVDFo2jKywN6bYKWLOy8Se6DrI2E1cLU=
211213
github.com/mailru/easyjson v0.9.0 h1:PrnmzHw7262yW8sTBwxi1PdJA3Iw/EKBa8psRf7d9a4=

vendor/github.com/netobserv/loki-client-go/grpc/config.go

Lines changed: 1 addition & 3 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
@@ -305,7 +305,7 @@ github.com/mxk/go-flowrate/flowrate
305305
## explicit; go 1.18
306306
github.com/netobserv/gopipes/pkg/node
307307
github.com/netobserv/gopipes/pkg/node/internal/connect
308-
# github.com/netobserv/loki-client-go v0.0.0-20250929121122-f26971f6d948 => ../loki-client-go
308+
# github.com/netobserv/loki-client-go v0.0.0-20250929121122-f26971f6d948 => github.com/leandroberetta/loki-client-go v0.0.0-20251009134823-acd942c4f7a5
309309
## explicit; go 1.23.0
310310
github.com/netobserv/loki-client-go/grpc
311311
github.com/netobserv/loki-client-go/loki
@@ -1404,4 +1404,4 @@ sigs.k8s.io/structured-merge-diff/v6/value
14041404
sigs.k8s.io/yaml
14051405
sigs.k8s.io/yaml/goyaml.v2
14061406
# github.com/vmware/go-ipfix => github.com/jotak/go-ipfix v0.0.0-20250708115123-407c539ea101
1407-
# github.com/netobserv/loki-client-go => ../loki-client-go
1407+
# github.com/netobserv/loki-client-go => github.com/leandroberetta/loki-client-go v0.0.0-20251009134823-acd942c4f7a5

0 commit comments

Comments
 (0)