Skip to content

Commit 96b5c79

Browse files
fix(deps): update module github.com/tonistiigi/fifo to v1 (#13952)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Paul Rogers <paul.rogers@grafana.com>
1 parent 91824de commit 96b5c79

File tree

16 files changed

+3
-870
lines changed

16 files changed

+3
-870
lines changed

‎clients/cmd/docker-driver/Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG BUILD_IMAGE=grafana/loki-build-image:0.33.6
44
# docker build -t grafana/loki -f cmd/loki/Dockerfile .
55

66
# TODO: add cross-platform support
7-
FROM $BUILD_IMAGE as build
7+
FROM $BUILD_IMAGE AS build
88
COPY . /src/loki
99
WORKDIR /src/loki
1010
RUN make clean && make BUILD_IN_CONTAINER=false clients/cmd/docker-driver/docker-driver

‎clients/cmd/docker-driver/driver.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import (
1212
"syscall"
1313
"time"
1414

15+
"github.com/containerd/fifo"
1516
"github.com/docker/docker/api/types/backend"
1617
"github.com/docker/docker/api/types/plugins/logdriver"
1718
"github.com/docker/docker/daemon/logger"
@@ -20,7 +21,6 @@ import (
2021
"github.com/go-kit/log/level"
2122
protoio "github.com/gogo/protobuf/io"
2223
"github.com/pkg/errors"
23-
"github.com/tonistiigi/fifo"
2424
)
2525

2626
type driver struct {

‎go.mod‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ require (
2222
github.com/c2h5oh/datasize v0.0.0-20231215233829-aa82cc1e6500
2323
github.com/cespare/xxhash v1.1.0
2424
github.com/cespare/xxhash/v2 v2.3.0
25+
github.com/containerd/fifo v1.1.0
2526
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
2627
github.com/cristalhq/hedgedhttp v0.9.1
2728
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
@@ -91,7 +92,6 @@ require (
9192
github.com/sony/gobreaker v0.5.0
9293
github.com/spf13/afero v1.10.0
9394
github.com/stretchr/testify v1.9.0
94-
github.com/tonistiigi/fifo v0.0.0-20190226154929-a9fb20d87448
9595
github.com/uber/jaeger-client-go v2.30.0+incompatible
9696
github.com/xdg-go/scram v1.1.2
9797
go.etcd.io/bbolt v1.3.10
@@ -225,7 +225,6 @@ require (
225225
github.com/beorn7/perks v1.0.1 // indirect
226226
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
227227
github.com/cncf/xds/go v0.0.0-20240723142845-024c85f92f20 // indirect
228-
github.com/containerd/fifo v1.1.0 // indirect
229228
github.com/containerd/log v0.1.0 // indirect
230229
github.com/coreos/go-semver v0.3.0 // indirect
231230
github.com/coreos/go-systemd/v22 v22.5.0 // indirect

‎go.sum‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1819,8 +1819,6 @@ github.com/tklauser/numcpus v0.6.1 h1:ng9scYS7az0Bk4OZLvrNXNSAO2Pxr1XXRAPyjhIx+F
18191819
github.com/tklauser/numcpus v0.6.1/go.mod h1:1XfjsgE2zo8GVw7POkMbHENHzVg3GzmoZ9fESEdAacY=
18201820
github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
18211821
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
1822-
github.com/tonistiigi/fifo v0.0.0-20190226154929-a9fb20d87448 h1:hbyjqt5UnyKeOT3rFVxLxi7iTI6XqR2p4TkwEAQdUiw=
1823-
github.com/tonistiigi/fifo v0.0.0-20190226154929-a9fb20d87448/go.mod h1:Q5IRRDY+cjIaiOjTAnXN5LKQV5MPqVx5ofQn85Jy5Yw=
18241822
github.com/transip/gotransip v0.0.0-20190812104329-6d8d9179b66f/go.mod h1:i0f4R4o2HM0m3DZYQWsj6/MEowD57VzoH0v3d7igeFY=
18251823
github.com/ttacon/chalk v0.0.0-20160626202418-22c06c80ed31/go.mod h1:onvgF043R+lC5RZ8IT9rBXDaEDnpnw/Cl+HFiw+v/7Q=
18261824
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM=

‎vendor/github.com/tonistiigi/fifo/.gitignore‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎vendor/github.com/tonistiigi/fifo/.travis.yml‎

Lines changed: 0 additions & 22 deletions
This file was deleted.

‎vendor/github.com/tonistiigi/fifo/LICENSE‎

Lines changed: 0 additions & 201 deletions
This file was deleted.

‎vendor/github.com/tonistiigi/fifo/Makefile‎

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)