From 2af997e4a28b085b9498eabd15a20c2c76f98913 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 23:35:16 +0000 Subject: [PATCH] Bump golang.org/x/text from 0.3.2 to 0.3.8 Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.2 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.2...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 4603b4d..665bf6c 100644 --- a/go.mod +++ b/go.mod @@ -3,22 +3,20 @@ module github.com/jinares/gopkg go 1.13 require ( - github.com/Shopify/sarama v1.24.1 github.com/bluele/gcache v0.0.0-20190518031135-bc40bd653833 github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect github.com/gin-gonic/gin v1.5.0 github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 - github.com/golang/protobuf v1.3.2 + github.com/golang/snappy v0.0.1 // indirect github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4 - github.com/grpc-ecosystem/grpc-gateway v1.11.2 - github.com/klauspost/cpuid v1.2.1 // indirect + github.com/grpc-ecosystem/grpc-gateway v1.11.2 // indirect github.com/nsqio/go-nsq v1.0.7 github.com/opentracing/opentracing-go v1.1.0 github.com/sirupsen/logrus v1.4.2 github.com/uber/jaeger-client-go v2.20.1+incompatible github.com/uber/jaeger-lib v2.2.0+incompatible // indirect go.etcd.io/etcd v0.0.0-20191011172313-6d8052314b9e - golang.org/x/text v0.3.2 + golang.org/x/text v0.3.8 golang.org/x/time v0.0.0-20181108054448-85acf8d2951c google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a google.golang.org/grpc v1.24.0