File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,7 @@ module github.com/ibm-messaging/mq-golang-jms20
3
3
go 1.11
4
4
5
5
require (
6
- github.com/davecgh/go-spew v1.1.1
7
- github.com/ibm-messaging/mq-golang v3.0.0+incompatible
8
- github.com/pmezard/go-difflib v1.0.0
6
+ github.com/davecgh/go-spew v1.1.1 // indirect
7
+ github.com/ibm-messaging/mq-golang v1.0.1-0.20190820103725-19b946c185a8
9
8
github.com/stretchr/testify v1.4.0
10
- gopkg.in/yaml.v2 v2.2.2
11
9
)
Original file line number Diff line number Diff line change 1
1
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
2
2
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
3
3
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
- github.com/ibm-messaging/mq-golang v3.0.0+incompatible h1:Yc3c8emAyveT54uNDRMkgvS+EBAHeLNWHkc3hk5x+IY =
5
- github.com/ibm-messaging/mq-golang v3.0.0+incompatible /go.mod h1:qjsZDb7m1oKnbPeDma2JVJTKgyCA91I4bcJ1qHY+gcA =
6
- github.com/ibm-messaging/mq-golang-jms20 v0.0.0-20190929175954-aaf8fcfd717b h1:IRw4ZiqisQZxNx1gFBFl0dFvPMTeo0mhyg1rZ005fhc =
7
- github.com/ibm-messaging/mq-golang-jms20 v0.0.0-20190929175954-aaf8fcfd717b /go.mod h1:oUD94mdxOnBDiyLzyDofRX99qnWIjLFsZpGYA4gtWHI =
4
+ github.com/ibm-messaging/mq-golang v1.0.1-0.20190820103725-19b946c185a8 h1:kUwSXeftVen12FRnShG+Ykhb2Kd6Cd/DbpWwbYal7j0 =
5
+ github.com/ibm-messaging/mq-golang v1.0.1-0.20190820103725-19b946c185a8 /go.mod h1:qjsZDb7m1oKnbPeDma2JVJTKgyCA91I4bcJ1qHY+gcA =
8
6
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
9
7
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
10
8
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
You can’t perform that action at this time.
0 commit comments