File tree Expand file tree Collapse file tree 4 files changed +521
-10
lines changed
Expand file tree Collapse file tree 4 files changed +521
-10
lines changed Original file line number Diff line number Diff line change 11module main
22
3- go 1.18
3+ go 1.17
44
55replace github.com/ThreeDotsLabs/watermill-nats/v2 => ../
66
77require (
8- github.com/ThreeDotsLabs/watermill v1.2.0-rc.12
8+ github.com/ThreeDotsLabs/watermill v1.2.0
99 github.com/ThreeDotsLabs/watermill-nats/v2 v2.0.0
1010 github.com/google/uuid v1.3.0
1111 github.com/nats-io/nats-server/v2 v2.9.8
Original file line number Diff line number Diff line change 1- github.com/ThreeDotsLabs/watermill v1.2.0-rc.12 h1:1c53+CUTbngiUB5K+JFkvWKuP0Y6apEZKlj1zfJ8OVI =
2- github.com/ThreeDotsLabs/watermill v1.2.0-rc.12 /go.mod h1:IuVxGk/kgCN0cex2S94BLglUiB0PwOm8hbUhm6g2Nx4 =
1+ github.com/ThreeDotsLabs/watermill v1.2.0 h1:TU3TML1dnQ/ifK09F2+4JQk2EKhmhXe7Qv7eb5ZpTS8 =
2+ github.com/ThreeDotsLabs/watermill v1.2.0 /go.mod h1:IuVxGk/kgCN0cex2S94BLglUiB0PwOm8hbUhm6g2Nx4 =
33github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
44github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
55github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
@@ -63,7 +63,7 @@ google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp0
6363google.golang.org/protobuf v1.28.1 h1:d0NfwRgPtno5B1Wa6L2DAG+KivqkdutMf1UhdNx175w =
6464google.golang.org/protobuf v1.28.1 /go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I =
6565gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
66- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo =
66+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk =
6767gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
6868gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
6969gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/ThreeDotsLabs/watermill-nats/v2
33go 1.17
44
55require (
6- github.com/ThreeDotsLabs/watermill v1.2.0-rc.12
6+ github.com/ThreeDotsLabs/watermill v1.2.0
77 github.com/google/uuid v1.3.0
88 github.com/nats-io/nats.go v1.23.0
99 github.com/pkg/errors v0.9.1
@@ -23,6 +23,6 @@ require (
2323 github.com/pmezard/go-difflib v1.0.0 // indirect
2424 github.com/rogpeppe/go-internal v1.9.0 // indirect
2525 golang.org/x/crypto v0.5.0 // indirect
26- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
26+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2727 gopkg.in/yaml.v3 v3.0.1 // indirect
2828)
You can’t perform that action at this time.
0 commit comments