Skip to content

Commit c116597

Browse files
fix(deps): update all non-major dependencies (#29)
* fix(deps): update all non-major dependencies * Update Go version from 1.24.6 to 1.24.11 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dawid Ciepiela <71898979+sarumaj@users.noreply.github.com>
1 parent a8d02a3 commit c116597

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
module github.com/sarumaj/bing-wallpaper-changer
22

3-
go 1.24.6
3+
go 1.24.11
44

55
require (
66
cloud.google.com/go/texttospeech v1.16.0
77
cloud.google.com/go/translate v1.12.7
88
github.com/PuerkitoBio/goquery v1.11.0
99
github.com/blang/semver v3.5.1+incompatible
1010
github.com/corpix/uarand v0.2.0
11-
github.com/creativeprojects/go-selfupdate v1.5.1
11+
github.com/creativeprojects/go-selfupdate v1.5.2
1212
github.com/energye/systray v1.0.2
1313
github.com/fogleman/gg v1.3.0
1414
github.com/gopxl/beep/v2 v2.1.1
@@ -22,7 +22,7 @@ require (
2222
golang.design/x/clipboard v0.7.1
2323
golang.org/x/image v0.34.0
2424
golang.org/x/net v0.48.0
25-
google.golang.org/api v0.257.0
25+
google.golang.org/api v0.258.0
2626
)
2727

2828
require (

0 commit comments

Comments
 (0)