File tree Expand file tree Collapse file tree 4 files changed +28
-90
lines changed
Expand file tree Collapse file tree 4 files changed +28
-90
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ module github.com/nikandfor/mq-golang-jms20
2+
3+ go 1.11
4+
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/ibm-messaging/mq-golang-jms20 v0.0.0-20190929175954-aaf8fcfd717b
9+ github.com/pmezard/go-difflib v1.0.0
10+ github.com/stretchr/testify v1.4.0
11+ gopkg.in/yaml.v2 v2.2.2
12+ )
Original file line number Diff line number Diff line change 1+ github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
2+ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
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 =
8+ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
9+ github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
10+ github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
11+ github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk =
12+ github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
13+ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
14+ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
15+ gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw =
16+ gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
You can’t perform that action at this time.
0 commit comments