Skip to content

Commit 6dc9002

Browse files
build(deps): Bump github.com/pebbe/zmq4 from 1.3.1 to 1.4.0
Bumps [github.com/pebbe/zmq4](https://github.com/pebbe/zmq4) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/pebbe/zmq4/releases) - [Commits](pebbe/zmq4@v1.3.1...v1.4.0) --- updated-dependencies: - dependency-name: github.com/pebbe/zmq4 dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ce221fc commit 6dc9002

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
1818
github.com/jackc/pgx/v5 v5.7.4
1919
github.com/labstack/echo/v4 v4.13.3
20-
github.com/pebbe/zmq4 v1.3.1
20+
github.com/pebbe/zmq4 v1.4.0
2121
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
2222
github.com/robfig/cron/v3 v3.0.1
2323
github.com/spf13/cast v1.8.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@ github.com/orcaman/concurrent-map/v2 v2.0.1/go.mod h1:9Eq3TG2oBe5FirmYWQfYO5iH1q
397397
github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 h1:mOvehYivJ4Aqu2CPe3D3lv8jhqOI9/1o0THxJHBE0qw=
398398
github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9/go.mod h1:gLH27qo/dvMhLTVVyMELpe3Tut7sOfkiDg7ZpeqKwsw=
399399
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
400-
github.com/pebbe/zmq4 v1.3.1 h1:WmGnjErIFjb43M6hq5nB/g9cUx9YQAXurAwfZV2Cgeo=
401-
github.com/pebbe/zmq4 v1.3.1/go.mod h1:nqnPueOapVhE2wItZ0uOErngczsJdLOGkebMxaO8r48=
400+
github.com/pebbe/zmq4 v1.4.0 h1:gO5P92Ayl8GXpPZdYcD62Cwbq0slSBVVQRIXwGSJ6eQ=
401+
github.com/pebbe/zmq4 v1.4.0/go.mod h1:nqnPueOapVhE2wItZ0uOErngczsJdLOGkebMxaO8r48=
402402
github.com/pelletier/go-toml v1.9.3/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
403403
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
404404
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=

0 commit comments

Comments
 (0)