Skip to content

Commit bc89b2a

Browse files
build(deps): bump the dependencies group in /nsqconsumer with 3 updates
Bumps the dependencies group in /nsqconsumer with 3 updates: [github.com/Scalingo/go-utils/logger](https://github.com/Scalingo/go-utils), [github.com/golang/snappy](https://github.com/golang/snappy) and [golang.org/x/sys](https://github.com/golang/sys). Updates `github.com/Scalingo/go-utils/logger` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/Scalingo/go-utils/releases) - [Changelog](https://github.com/Scalingo/go-utils/blob/master/CHANGELOG_LEGACY.md) - [Commits](mongo/v1.4.0...logger/v1.5.0) Updates `github.com/golang/snappy` from 0.0.4 to 1.0.0 - [Release notes](https://github.com/golang/snappy/releases) - [Commits](golang/snappy@v0.0.4...v1.0.0) Updates `golang.org/x/sys` from 0.30.0 to 0.31.0 - [Commits](golang/sys@v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: github.com/Scalingo/go-utils/logger dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/golang/snappy dependency-version: 1.0.0 dependency-type: indirect update-type: version-update:semver-major dependency-group: dependencies - dependency-name: golang.org/x/sys dependency-version: 0.31.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eb68060 commit bc89b2a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

nsqconsumer/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.3
44

55
require (
66
github.com/Scalingo/go-utils/errors/v2 v2.4.0
7-
github.com/Scalingo/go-utils/logger v1.4.0
7+
github.com/Scalingo/go-utils/logger v1.5.0
88
github.com/Scalingo/go-utils/nsqproducer v1.1.2
99
github.com/nsqio/go-nsq v1.1.0
1010
github.com/sirupsen/logrus v1.9.3
@@ -14,9 +14,9 @@ require (
1414
require (
1515
github.com/Scalingo/go-utils/env v1.1.1 // indirect
1616
github.com/gofrs/uuid v4.4.0+incompatible // indirect
17-
github.com/golang/snappy v0.0.4 // indirect
17+
github.com/golang/snappy v1.0.0 // indirect
1818
github.com/pkg/errors v0.9.1 // indirect
19-
golang.org/x/sys v0.30.0 // indirect
19+
golang.org/x/sys v0.33.0 // indirect
2020
gopkg.in/errgo.v1 v1.0.1 // indirect
2121
)
2222

nsqconsumer/go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ github.com/Scalingo/go-utils/env v1.1.1 h1:N0lqjTLVTPyyTr0W2PcJUrd7EBXcBnlAweTB3
22
github.com/Scalingo/go-utils/env v1.1.1/go.mod h1:/vSTf+LpZnO2u3IscTY5xE/yxjf+6Rv5OI8SdVQ8VLM=
33
github.com/Scalingo/go-utils/errors/v2 v2.4.0 h1:vKG0Js3kzWG7+03LEvH7j8fw+picEcRhbjMm3i9Xbb8=
44
github.com/Scalingo/go-utils/errors/v2 v2.4.0/go.mod h1:WU6Kzi19AlZyUfoxFkdvEeYkIa0W0f172hKPqkOeIpU=
5-
github.com/Scalingo/go-utils/logger v1.4.0 h1:QmCKEOtlBzNvEr2+rugqka6QHfoDUguQBKWq5H2s9ps=
6-
github.com/Scalingo/go-utils/logger v1.4.0/go.mod h1:hSVuGqhuShrmIfztngwPciyKwfm8sBAbmoxLGXPp1oU=
5+
github.com/Scalingo/go-utils/logger v1.5.0 h1:S96Pt6o1iWtieVglEFcZ0lLhIqd2aB92EKughbgceAM=
6+
github.com/Scalingo/go-utils/logger v1.5.0/go.mod h1:LGUJp6jttQ4vD+OWrxJKU2PEfAQ5lcrFJa/J3Q+kc64=
77
github.com/Scalingo/go-utils/nsqproducer v1.1.2 h1:xRzWkt8fOiBFRbFvhSjs6BU0uw0CRtHXtX2R6uKBm1I=
88
github.com/Scalingo/go-utils/nsqproducer v1.1.2/go.mod h1:cf945vTGAkOMKlC/WMlrENBmnqjoRJOBrCyuD8T254I=
99
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@@ -14,8 +14,8 @@ github.com/frankban/quicktest v1.2.2/go.mod h1:Qh/WofXFeiAFII1aEBu529AtJo6Zg2VHs
1414
github.com/gofrs/uuid v4.4.0+incompatible h1:3qXRTX8/NbyulANqlc0lchS1gqAVxRgsuW1YrTJupqA=
1515
github.com/gofrs/uuid v4.4.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
1616
github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
17-
github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=
18-
github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
17+
github.com/golang/snappy v1.0.0 h1:Oy607GVXHs7RtbggtPBnr2RmDArIsAefDwvrdWvRhGs=
18+
github.com/golang/snappy v1.0.0/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
1919
github.com/google/go-cmp v0.2.1-0.20190312032427-6f77996f0c42 h1:q3pnF5JFBNRz8sRD+IRj7Y6DMyYGTNqnZ9axTbSfoNI=
2020
github.com/google/go-cmp v0.2.1-0.20190312032427-6f77996f0c42/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
2121
github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=
@@ -38,8 +38,8 @@ github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf
3838
github.com/stvp/rollbar v0.5.1 h1:qvyWbd0RNL5V27MBumqCXlcU7ohmHeEtKX+Czc8oeuw=
3939
github.com/stvp/rollbar v0.5.1/go.mod h1:/fyFC854GgkbHRz/rSsiYc6h84o0G5hxBezoQqRK7Ho=
4040
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
41-
golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc=
42-
golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
41+
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
42+
golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
4343
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
4444
gopkg.in/errgo.v1 v1.0.1 h1:oQFRXzZ7CkBGdm1XZm/EbQYaYNNEElNBOd09M6cqNso=
4545
gopkg.in/errgo.v1 v1.0.1/go.mod h1:3NjfXwocQRYAPTq4/fzX+CwUhPRcR/azYRhj8G+LqMo=

0 commit comments

Comments
 (0)