Skip to content

Commit 98ff4ba

Browse files
mirskifaGitHub Enterprise
authored andcommitted
Update to release version of mq-golang v5.6.2 (#861)
1 parent 6966454 commit 98ff4ba

28 files changed

+1752
-197
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.19
44

55
require (
66
github.com/fsnotify/fsnotify v1.8.0
7-
github.com/ibm-messaging/mq-golang/v5 v5.6.2-0.20250206151023-ca4222527fe2
7+
github.com/ibm-messaging/mq-golang/v5 v5.6.2
88
github.com/prometheus/client_golang v1.13.0
99
github.com/prometheus/client_model v0.2.0
1010
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5m
128128
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
129129
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
130130
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
131-
github.com/ibm-messaging/mq-golang/v5 v5.6.2-0.20250206151023-ca4222527fe2 h1:spcisXiuLiZhUXhrxZeHXx0OYDCXqnrnXuKoS/gMoq4=
132-
github.com/ibm-messaging/mq-golang/v5 v5.6.2-0.20250206151023-ca4222527fe2/go.mod h1:xCV0vl1+ik3VyWZnwAj++2J89vSTzhXP1gXhG0X3IYE=
131+
github.com/ibm-messaging/mq-golang/v5 v5.6.2 h1:QYTyfmjwMCqQDbyee7ms8VthxvNNRkfq1xIp1epEYpo=
132+
github.com/ibm-messaging/mq-golang/v5 v5.6.2/go.mod h1:xCV0vl1+ik3VyWZnwAj++2J89vSTzhXP1gXhG0X3IYE=
133133
github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4=
134134
github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU=
135135
github.com/json-iterator/go v1.1.10/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4=

vendor/github.com/ibm-messaging/mq-golang/v5/ibmmq/cmqc_aix.go

Lines changed: 50 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/ibm-messaging/mq-golang/v5/ibmmq/cmqc_darwin.go

Lines changed: 50 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)