File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ module github.com/bugrakocabay/konsume
3
3
go 1.21
4
4
5
5
require (
6
- github.com/go-stomp/stomp/v3 v3.0.6
6
+ github.com/go-stomp/stomp/v3 v3.1.0
7
7
github.com/lib/pq v1.10.9
8
8
github.com/prometheus/client_golang v1.19.0
9
9
github.com/rabbitmq/amqp091-go v1.9.0
10
10
github.com/segmentio/kafka-go v0.4.47
11
+ go.mongodb.org/mongo-driver v1.14.0
11
12
gopkg.in/yaml.v3 v3.0.1
12
13
)
13
14
@@ -25,7 +26,6 @@ require (
25
26
github.com/xdg-go/scram v1.1.2 // indirect
26
27
github.com/xdg-go/stringprep v1.0.4 // indirect
27
28
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
28
- go.mongodb.org/mongo-driver v1.14.0 // indirect
29
29
golang.org/x/crypto v0.17.0 // indirect
30
30
golang.org/x/sync v0.3.0 // indirect
31
31
golang.org/x/sys v0.16.0 // indirect
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XL
5
5
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
6
6
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
7
7
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
8
- github.com/go-stomp/stomp/v3 v3.0.6 h1:H57yyg80EvDsnscGSxwZt88nDznTlk0aS6Bd8Ncigfk =
9
- github.com/go-stomp/stomp/v3 v3.0.6 /go.mod h1:ztzZej6T2W4Y6FlD+Tb5n7HQP3/O5UNQiuC169pIp10 =
8
+ github.com/go-stomp/stomp/v3 v3.1.0 h1:JnvRJuua/fX2Lq5Ie5DXzrOL18dnzIUenCZXM6rr8/0 =
9
+ github.com/go-stomp/stomp/v3 v3.1.0 /go.mod h1:ztzZej6T2W4Y6FlD+Tb5n7HQP3/O5UNQiuC169pIp10 =
10
10
github.com/golang/mock v1.6.0 h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc =
11
11
github.com/golang/mock v1.6.0 /go.mod h1:p6yTPP+5HYm5mzsMV8JkE6ZKdX+/wYM6Hr+LicevLPs =
12
12
github.com/golang/snappy v0.0.1 h1:Qgr9rKW7uDUkrbSmQeiDsGa8SjGyCOGtuasMWwvp2P4 =
You can’t perform that action at this time.
0 commit comments