From 84c6e45056063ad19afb109ebcfd1e456bf70243 Mon Sep 17 00:00:00 2001 From: Khanh Hoa Date: Thu, 18 Jan 2024 11:56:11 +0700 Subject: [PATCH] chore: update go mod --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index b4b341c2..c84fa4f1 100644 --- a/go.mod +++ b/go.mod @@ -35,7 +35,7 @@ require ( github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect github.com/cockroachdb/redact v1.1.5 // indirect github.com/getsentry/sentry-go v0.23.0 // indirect - github.com/gogo/protobuf v1.3.2 + github.com/gogo/protobuf v1.3.2 // indirect github.com/google/s2a-go v0.1.4 // indirect github.com/iancoleman/orderedmap v0.2.0 // indirect github.com/kr/pretty v0.3.1 // indirect @@ -52,6 +52,7 @@ require ( require ( cosmossdk.io/errors v1.0.0 github.com/golang/protobuf v1.5.3 + google.golang.org/protobuf v1.31.0 gopkg.in/yaml.v2 v2.4.0 ) @@ -184,7 +185,6 @@ require ( google.golang.org/api v0.128.0 // indirect google.golang.org/appengine v1.6.7 // indirect google.golang.org/genproto v0.0.0-20231012201019-e917dd12ba7a // indirect - google.golang.org/protobuf v1.31.0 // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect nhooyr.io/websocket v1.8.6 // indirect