Skip to content

Commit b313217

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

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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 & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ 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.4
10+
github.com/go-chi/httplog v0.3.1
11+
github.com/gohugoio/hugo v0.117.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 5c1018a4e16b
1414
github.com/huandu/xstrings v1.3.1 // indirect
1515
github.com/imdario/mergo v0.3.9 // indirect
1616
github.com/jinzhu/gorm v1.9.16
1717
github.com/karrick/godirwalk v1.15.6 // indirect
1818
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
1919
github.com/oklog/run v1.1.0
20-
github.com/peterbourgon/ff/v3 v3.0.0
21-
github.com/rs/cors v1.7.0
20+
github.com/peterbourgon/ff/v3 v3.4.0
21+
github.com/rs/cors v1.9.0
2222
github.com/sirupsen/logrus v1.6.0 // indirect
2323
github.com/tpyolang/tpyo-cli v1.0.0
2424
github.com/ultreme/histoire-pour-enfant-generator v0.0.0-20200402084311-66b2cd0d2da6
@@ -28,8 +28,8 @@ require (
2828
gopkg.in/yaml.v3 v3.0.0-20200506231410-2ff61e1afc86 // indirect
2929
moul.io/godev v1.7.0
3030
moul.io/moulsay v1.3.0
31-
moul.io/number-to-words v0.6.0
32-
moul.io/pipotron v1.13.0
31+
moul.io/number-to-words v0.7.0
32+
moul.io/pipotron v1.13.5
3333
ultre.me/recettator v0.4.0
3434
ultre.me/smsify v1.0.0
3535
)

0 commit comments

Comments
 (0)