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] committed May 14, 2024
1 parent a905179 commit 383afb9
Show file tree
Hide file tree
Showing 3 changed files with 3,795 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.126.0
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 383afb9

Please sign in to comment.