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 Aug 27, 2024
1 parent ece533e commit 6ec599c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions examples/sample_1/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ replace github.com/roadrunner-server/endure/v2 => ../../

require (
github.com/roadrunner-server/errors v1.4.1 // indirect
github.com/stretchr/testify v1.9.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.22.0 // indirect
)
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ go 1.23.0

use (
.
./tests
./examples/sample_1
./tests
)
4 changes: 1 addition & 3 deletions tests/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/roadrunner-server/endure/v2/tests

go 1.23

toolchain go1.23.0
go 1.23.0

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

Expand Down

0 comments on commit 6ec599c

Please sign in to comment.