Skip to content

Commit 323c288

Browse files
chore(deps): update all
1 parent a905179 commit 323c288

File tree

3 files changed

+3271
-234
lines changed

3 files changed

+3271
-234
lines changed

chaos-bot/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# build
2-
FROM golang:1.15-alpine as builder
2+
FROM golang:1.21-alpine as builder
33
RUN apk add --no-cache git gcc musl-dev make
44
ENV GO111MODULE=on
55
WORKDIR /go/src/ultre.me/radio-chaos/chaos-bot
@@ -10,7 +10,7 @@ COPY . ./
1010
RUN go install
1111

1212
# minimalist runtime
13-
FROM alpine:3.12
13+
FROM alpine:3.18
1414
COPY --from=builder /go/bin/chaos-bot /bin/
1515
WORKDIR /dict
1616
COPY --from=builder /dict/ .

chaos-bot/go.mod

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,27 @@ module ultre.me/radio-chaos/chaos-bot
33
go 1.14
44

55
require (
6-
github.com/bwmarrin/discordgo v0.22.0
6+
github.com/bwmarrin/discordgo v0.27.1
77
github.com/etherlabsio/errors v0.2.3
88
github.com/etherlabsio/pkg v0.0.0-20191020161600-58998d98f9ce
9-
github.com/go-chi/chi v1.5.1
10-
github.com/go-chi/httplog v0.1.8
11-
github.com/gohugoio/hugo v0.79.1
9+
github.com/go-chi/chi v1.5.5
10+
github.com/go-chi/httplog v0.3.1
11+
github.com/gohugoio/hugo v0.119.0
1212
github.com/graarh/golang-socketio v0.0.0-20170510162725-2c44953b9b5f
13-
github.com/hako/durafmt v0.0.0-20200710122514-c0fb7b4da026
13+
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
1414
github.com/huandu/xstrings v1.3.1 // indirect
15-
github.com/imdario/mergo v0.3.9 // indirect
1615
github.com/jinzhu/gorm v1.9.16
17-
github.com/karrick/godirwalk v1.15.6 // indirect
1816
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
1917
github.com/oklog/run v1.1.0
20-
github.com/peterbourgon/ff/v3 v3.0.0
21-
github.com/rs/cors v1.7.0
22-
github.com/sirupsen/logrus v1.6.0 // indirect
18+
github.com/peterbourgon/ff/v3 v3.4.0
19+
github.com/rs/cors v1.10.1
2320
github.com/tpyolang/tpyo-cli v1.0.0
2421
github.com/ultreme/histoire-pour-enfant-generator v0.0.0-20200402084311-66b2cd0d2da6
25-
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
26-
golang.org/x/sys v0.0.0-20200513112337-417ce2331b5c // indirect
2722
gopkg.in/yaml.v2 v2.4.0
28-
gopkg.in/yaml.v3 v3.0.0-20200506231410-2ff61e1afc86 // indirect
2923
moul.io/godev v1.7.0
3024
moul.io/moulsay v1.3.0
31-
moul.io/number-to-words v0.6.0
32-
moul.io/pipotron v1.13.0
25+
moul.io/number-to-words v0.7.0
26+
moul.io/pipotron v1.13.5
3327
ultre.me/recettator v0.4.0
3428
ultre.me/smsify v1.0.0
3529
)

0 commit comments

Comments
 (0)