Skip to content

Commit

Permalink
Merge pull request #6 from ThreeDotsLabs/bump-deps
Browse files Browse the repository at this point in the history
Bump deps
  • Loading branch information
m110 authored Aug 28, 2024
2 parents c24ff9d + b0d1dc3 commit 7593620
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 521 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ test_reconnect:

wait:

test_codecov: up wait
go test -coverprofile=coverage.out -covermode=atomic ./...

build:
go build ./...

Expand Down
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
module github.com/ThreeDotsLabs/watermill-io

go 1.17
go 1.21

toolchain go1.23.0

require (
github.com/ThreeDotsLabs/watermill v1.2.0
github.com/ThreeDotsLabs/watermill v1.3.7
github.com/hashicorp/go-multierror v1.1.1
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.3
github.com/stretchr/testify v1.9.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lithammer/shortuuid/v3 v3.0.7 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 7593620

Please sign in to comment.