File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
FROM golang:1.21-alpine as builder
2
2
3
- ENV MINIO_CLIENT_VERSION=RELEASE.2024-01-16T16-06-34Z
3
+ ENV MINIO_CLIENT_VERSION=RELEASE.2024-02-16T11-05-48Z
4
4
5
5
WORKDIR /app
6
6
@@ -19,7 +19,7 @@ RUN go install github.com/minio/mc@${MINIO_CLIENT_VERSION}
19
19
20
20
FROM alpine:3.19 as libs
21
21
22
- ENV POSTGRES_CLIENT_VERSION=16.1 -r0
22
+ ENV POSTGRES_CLIENT_VERSION=16.2 -r0
23
23
24
24
RUN apk update && apk upgrade
25
25
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
8
8
github.com/ilyakaznacheev/cleanenv v1.5.0
9
9
github.com/robfig/cron/v3 v3.0.1
10
- github.com/rs/zerolog v1.31 .0
10
+ github.com/rs/zerolog v1.32 .0
11
11
)
12
12
13
13
require (
@@ -17,7 +17,7 @@ require (
17
17
github.com/mattn/go-colorable v0.1.13 // indirect
18
18
github.com/mattn/go-isatty v0.0.20 // indirect
19
19
github.com/rogpeppe/go-internal v1.12.0 // indirect
20
- golang.org/x/sys v0.16 .0 // indirect
20
+ golang.org/x/sys v0.17 .0 // indirect
21
21
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
22
22
gopkg.in/yaml.v3 v3.0.1 // indirect
23
23
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
Original file line number Diff line number Diff line change @@ -35,11 +35,15 @@ github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99
35
35
github.com/rs/xid v1.5.0 /go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg =
36
36
github.com/rs/zerolog v1.31.0 h1:FcTR3NnLWW+NnTwwhFWiJSZr4ECLpqCm6QsEnyvbV4A =
37
37
github.com/rs/zerolog v1.31.0 /go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWRHss =
38
+ github.com/rs/zerolog v1.32.0 h1:keLypqrlIjaFsbmJOBdB/qvyF8KEtCWHwobLp5l/mQ0 =
39
+ github.com/rs/zerolog v1.32.0 /go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWRHss =
38
40
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
39
41
golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
40
42
golang.org/x/sys v0.12.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
41
43
golang.org/x/sys v0.16.0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU =
42
44
golang.org/x/sys v0.16.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
45
+ golang.org/x/sys v0.17.0 h1:25cE3gD+tdBA7lp7QfhuV+rJiE9YXTcS3VG1SqssI/Y =
46
+ golang.org/x/sys v0.17.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
43
47
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
44
48
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk =
45
49
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c /go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q =
You can’t perform that action at this time.
0 commit comments