Skip to content

Commit

Permalink
chore(deps): update dependency go to v1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 21, 2024
1 parent f429b14 commit 505437b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module pacstall.dev/webserver

go 1.22.2

toolchain go1.22.6
toolchain go1.23.1

require (
github.com/fatih/color v1.17.0 // for colorizing output
Expand All @@ -13,6 +13,7 @@ require (
require (
github.com/bwmarrin/discordgo v0.28.1
github.com/joomcode/errorx v1.1.1
github.com/pacstall/go-srcinfo v0.0.0-20240916164747-6f75fe362117
github.com/treelightsoftware/go-matomo v0.1.0-beta
gorm.io/driver/mysql v1.5.7
gorm.io/gorm v1.25.12
Expand All @@ -31,7 +32,6 @@ require (
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pacstall/go-srcinfo v0.0.0-20240916164747-6f75fe362117 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
Expand Down

0 comments on commit 505437b

Please sign in to comment.