Skip to content

Commit

Permalink
chore(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent a905179 commit 92303ee
Show file tree
Hide file tree
Showing 3 changed files with 3,789 additions and 234 deletions.
4 changes: 2 additions & 2 deletions chaos-bot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build
FROM golang:1.15-alpine as builder
FROM golang:1.22-alpine as builder
RUN apk add --no-cache git gcc musl-dev make
ENV GO111MODULE=on
WORKDIR /go/src/ultre.me/radio-chaos/chaos-bot
Expand All @@ -10,7 +10,7 @@ COPY . ./
RUN go install

# minimalist runtime
FROM alpine:3.12
FROM alpine:3.19
COPY --from=builder /go/bin/chaos-bot /bin/
WORKDIR /dict
COPY --from=builder /dict/ .
Expand Down
24 changes: 9 additions & 15 deletions chaos-bot/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,27 @@ module ultre.me/radio-chaos/chaos-bot
go 1.14

require (
github.com/bwmarrin/discordgo v0.22.0
github.com/bwmarrin/discordgo v0.28.1
github.com/etherlabsio/errors v0.2.3
github.com/etherlabsio/pkg v0.0.0-20191020161600-58998d98f9ce
github.com/go-chi/chi v1.5.1
github.com/go-chi/httplog v0.1.8
github.com/gohugoio/hugo v0.79.1
github.com/go-chi/chi v1.5.5
github.com/go-chi/httplog v0.3.2
github.com/gohugoio/hugo v0.125.3
github.com/graarh/golang-socketio v0.0.0-20170510162725-2c44953b9b5f
github.com/hako/durafmt v0.0.0-20200710122514-c0fb7b4da026
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/huandu/xstrings v1.3.1 // indirect
github.com/imdario/mergo v0.3.9 // indirect
github.com/jinzhu/gorm v1.9.16
github.com/karrick/godirwalk v1.15.6 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/oklog/run v1.1.0
github.com/peterbourgon/ff/v3 v3.0.0
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.6.0 // indirect
github.com/peterbourgon/ff/v3 v3.4.0
github.com/rs/cors v1.11.0
github.com/tpyolang/tpyo-cli v1.0.0
github.com/ultreme/histoire-pour-enfant-generator v0.0.0-20200402084311-66b2cd0d2da6
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
golang.org/x/sys v0.0.0-20200513112337-417ce2331b5c // indirect
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20200506231410-2ff61e1afc86 // indirect
moul.io/godev v1.7.0
moul.io/moulsay v1.3.0
moul.io/number-to-words v0.6.0
moul.io/pipotron v1.13.0
moul.io/number-to-words v0.7.0
moul.io/pipotron v1.13.5
ultre.me/recettator v0.4.0
ultre.me/smsify v1.0.0
)
Expand Down
Loading

0 comments on commit 92303ee

Please sign in to comment.