Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent d88eee1 commit 4e55e8e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.5-bookworm AS builder
FROM golang:1.23.6-bookworm AS builder

WORKDIR /app

Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ module github.com/marcus-crane/gunslinger

go 1.23

toolchain go1.23.5
toolchain go1.23.6

require (
github.com/DATA-DOG/go-sqlmock v1.5.2
github.com/antchfx/htmlquery v1.3.4
github.com/cespare/xxhash/v2 v2.3.0
github.com/devgianlu/go-librespot v0.0.18-0.20240910113147-9da54b7ae941
github.com/devgianlu/go-librespot v0.2.0
github.com/go-co-op/gocron/v2 v2.15.0
github.com/golobby/config/v3 v3.4.2
github.com/google/go-cmp v0.6.0
Expand All @@ -22,7 +22,7 @@ require (
github.com/rs/cors v1.11.1
github.com/stretchr/testify v1.10.0
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
google.golang.org/protobuf v1.36.4
google.golang.org/protobuf v1.36.5
modernc.org/sqlite v1.34.5
)

Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/devgianlu/go-librespot v0.0.18-0.20240910113147-9da54b7ae941 h1:a1S+0exehEKzj+kdB20AiMKvB0mjay29BqLYp8UN2bg=
github.com/devgianlu/go-librespot v0.0.18-0.20240910113147-9da54b7ae941/go.mod h1:4ybcSiGtQS2WPVQTyY7lfLVSanasoJkhIYC4VxKn4+I=
github.com/devgianlu/go-librespot v0.2.0 h1:wpXi07QKHVXSHQUdakyl7mn/V6+VS7u4GFZuOiJ0bao=
github.com/devgianlu/go-librespot v0.2.0/go.mod h1:q7ZhjWz0waaYxUUJ5n1/62LM7qOQmiQM58DLf+VT5k4=
github.com/devgianlu/shannon v0.0.0-20230613115856-82ec90b7fa7e h1:OoETp+L//8ZDtd5BWKaogHQjgA104yF4a2yqjfaG3mE=
github.com/devgianlu/shannon v0.0.0-20230613115856-82ec90b7fa7e/go.mod h1:m5DMFz6BcaKJwxxPaSh9MxwPzK2GPSt1KRFC8Imf0ik=
github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=
Expand Down Expand Up @@ -236,6 +238,8 @@ golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8T
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
google.golang.org/protobuf v1.36.4 h1:6A3ZDJHn/eNqc1i+IdefRzy/9PokBTPvcqMySR7NNIM=
google.golang.org/protobuf v1.36.4/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
google.golang.org/protobuf v1.36.5 h1:tPhr+woSbjfYvY6/GPufUoYizxw1cF/yFoxJ2fmpwlM=
google.golang.org/protobuf v1.36.5/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
gopkg.in/cenkalti/backoff.v1 v1.1.0 h1:Arh75ttbsvlpVA7WtVpH4u9h6Zl46xuptxqLxPiSo4Y=
gopkg.in/cenkalti/backoff.v1 v1.1.0/go.mod h1:J6Vskwqd+OMVJl8C33mmtxTBs2gyzfv7UDAkHu8BrjI=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down

0 comments on commit 4e55e8e

Please # to comment.