From c58fb1cf4fca36e32c19e3c3abb00757bc230765 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 08:15:05 +0100 Subject: [PATCH] [AUTOPR] Automatic updates (#231) * Update workflows --------- Co-authored-by: nicolaasuni-vonage --- .github/workflows/dependency-review.yml | 2 +- VERSION | 2 +- examples/service/go.mod | 2 +- examples/service/go.sum | 8 ++++---- go.mod | 4 ++-- go.sum | 8 ++++---- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 5545cd23..0d4a0136 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -17,4 +17,4 @@ jobs: - name: 'Checkout Repository' uses: actions/checkout@v4 - name: 'Dependency Review' - uses: actions/dependency-review-action@v2 + uses: actions/dependency-review-action@v4 diff --git a/VERSION b/VERSION index 23b623eb..c3ace135 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.83.8 +1.83.9 diff --git a/examples/service/go.mod b/examples/service/go.mod index dab6ea17..cf1ef044 100644 --- a/examples/service/go.mod +++ b/examples/service/go.mod @@ -7,7 +7,7 @@ toolchain go1.22.2 replace github.com/Vonage/gosrvlib => ../.. require ( - github.com/Vonage/gosrvlib v1.83.8 + github.com/Vonage/gosrvlib v1.83.9 github.com/golang/mock v1.6.0 github.com/jstemmer/go-junit-report v1.0.0 github.com/prometheus/client_golang v1.19.0 diff --git a/examples/service/go.sum b/examples/service/go.sum index 0be8c1b5..87a14b64 100644 --- a/examples/service/go.sum +++ b/examples/service/go.sum @@ -669,10 +669,10 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8= github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU= -github.com/tecnickcom/farmhash64 v1.9.1 h1:7hbCNVGjmwN9I/6hupuSR1vHkTG0bGg/GjUpA3H9Lbg= -github.com/tecnickcom/farmhash64 v1.9.1/go.mod h1:5DW5awZfP3gy5G4J1Ip4M3/fgady186WvN454NjBsvw= -github.com/tecnickcom/statsd v1.0.2 h1:NmMhjcd5SFpPok4IY37Dt0L2QNbOBidhCFqQq82mw0Q= -github.com/tecnickcom/statsd v1.0.2/go.mod h1:a0zr2IsNcchU7ThYjluqm9F2Llyh/c3c9bXy/7KVyU8= +github.com/tecnickcom/farmhash64 v1.9.2 h1:i5KF5eQv5xrE/91jYP7Itz1faZOZ9Y02hiI50yr5hr8= +github.com/tecnickcom/farmhash64 v1.9.2/go.mod h1:5DW5awZfP3gy5G4J1Ip4M3/fgady186WvN454NjBsvw= +github.com/tecnickcom/statsd v1.0.3 h1:VKOxXeAqsmRtyuBZ93fo7NsY39OUOvwKqkZga0aC2Io= +github.com/tecnickcom/statsd v1.0.3/go.mod h1:S4FCgxmBxgNBZvK2kR+Os9TZPStoPC15gIna/Ydh4zg= github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 h1:G3dpKMzFDjgEh2q1Z7zUUtKa8ViPtH+ocF0bE0g00O8= github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM= github.com/undefinedlabs/go-mpatch v1.0.7 h1:943FMskd9oqfbZV0qRVKOUsXQhTLXL0bQTVbQSpzmBs= diff --git a/go.mod b/go.mod index 2c0f871f..99963dbe 100644 --- a/go.mod +++ b/go.mod @@ -25,8 +25,8 @@ require ( github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.18.2 github.com/stretchr/testify v1.9.0 - github.com/tecnickcom/farmhash64 v1.9.1 - github.com/tecnickcom/statsd v1.0.2 + github.com/tecnickcom/farmhash64 v1.9.2 + github.com/tecnickcom/statsd v1.0.3 github.com/undefinedlabs/go-mpatch v1.0.7 go.uber.org/multierr v1.11.0 go.uber.org/zap v1.27.0 diff --git a/go.sum b/go.sum index 8b5553b1..66b4f26d 100644 --- a/go.sum +++ b/go.sum @@ -757,10 +757,10 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8= github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU= -github.com/tecnickcom/farmhash64 v1.9.1 h1:7hbCNVGjmwN9I/6hupuSR1vHkTG0bGg/GjUpA3H9Lbg= -github.com/tecnickcom/farmhash64 v1.9.1/go.mod h1:5DW5awZfP3gy5G4J1Ip4M3/fgady186WvN454NjBsvw= -github.com/tecnickcom/statsd v1.0.2 h1:NmMhjcd5SFpPok4IY37Dt0L2QNbOBidhCFqQq82mw0Q= -github.com/tecnickcom/statsd v1.0.2/go.mod h1:a0zr2IsNcchU7ThYjluqm9F2Llyh/c3c9bXy/7KVyU8= +github.com/tecnickcom/farmhash64 v1.9.2 h1:i5KF5eQv5xrE/91jYP7Itz1faZOZ9Y02hiI50yr5hr8= +github.com/tecnickcom/farmhash64 v1.9.2/go.mod h1:5DW5awZfP3gy5G4J1Ip4M3/fgady186WvN454NjBsvw= +github.com/tecnickcom/statsd v1.0.3 h1:VKOxXeAqsmRtyuBZ93fo7NsY39OUOvwKqkZga0aC2Io= +github.com/tecnickcom/statsd v1.0.3/go.mod h1:S4FCgxmBxgNBZvK2kR+Os9TZPStoPC15gIna/Ydh4zg= github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 h1:G3dpKMzFDjgEh2q1Z7zUUtKa8ViPtH+ocF0bE0g00O8= github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM= github.com/undefinedlabs/go-mpatch v1.0.7 h1:943FMskd9oqfbZV0qRVKOUsXQhTLXL0bQTVbQSpzmBs=