Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rustatian committed Feb 13, 2025
1 parent 365e4f0 commit e0c0059
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions examples/sample_1/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module samples

go 1.23
go 1.24

toolchain go1.23.0
toolchain go1.24.0

require (
github.com/NYTimes/gziphandler v1.1.1
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/roadrunner-server/endure/v2

go 1.23
go 1.24

toolchain go1.23.4
toolchain go1.24.0

require (
github.com/fatih/color v1.18.0
Expand Down
4 changes: 3 additions & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
go 1.23.0
go 1.24

toolchain go1.24.0

use (
.
Expand Down
4 changes: 2 additions & 2 deletions tests/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/roadrunner-server/endure/v2/tests

go 1.23
go 1.24

toolchain go1.23.4
toolchain go1.24.0

replace github.com/roadrunner-server/endure/v2 => ../

Expand Down

0 comments on commit e0c0059

Please sign in to comment.