Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency go to v1.23.1 #1002

Merged
merged 1 commit into from
Sep 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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