Skip to content

Commit 9c0c098

Browse files
authored
Merge pull request #103 from bugrakocabay/dependabot/go_modules/github.com/go-stomp/stomp/v3-3.1.0
chore(deps): bump github.com/go-stomp/stomp/v3 from 3.0.6 to 3.1.0
2 parents a3464a8 + 902307c commit 9c0c098

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ module github.com/bugrakocabay/konsume
33
go 1.21
44

55
require (
6-
github.com/go-stomp/stomp/v3 v3.0.6
6+
github.com/go-stomp/stomp/v3 v3.1.0
77
github.com/lib/pq v1.10.9
88
github.com/prometheus/client_golang v1.19.0
99
github.com/rabbitmq/amqp091-go v1.9.0
1010
github.com/segmentio/kafka-go v0.4.47
11+
go.mongodb.org/mongo-driver v1.14.0
1112
gopkg.in/yaml.v3 v3.0.1
1213
)
1314

@@ -25,7 +26,6 @@ require (
2526
github.com/xdg-go/scram v1.1.2 // indirect
2627
github.com/xdg-go/stringprep v1.0.4 // indirect
2728
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
28-
go.mongodb.org/mongo-driver v1.14.0 // indirect
2929
golang.org/x/crypto v0.17.0 // indirect
3030
golang.org/x/sync v0.3.0 // indirect
3131
golang.org/x/sys v0.16.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XL
55
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
66
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
77
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=
1010
github.com/golang/mock v1.6.0 h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=
1111
github.com/golang/mock v1.6.0/go.mod h1:p6yTPP+5HYm5mzsMV8JkE6ZKdX+/wYM6Hr+LicevLPs=
1212
github.com/golang/snappy v0.0.1 h1:Qgr9rKW7uDUkrbSmQeiDsGa8SjGyCOGtuasMWwvp2P4=

0 commit comments

Comments
 (0)