From b8a6a868adce87101b3f61cb1b1a644db627c59f Mon Sep 17 00:00:00 2001 From: web3-bot Date: Mon, 26 Aug 2024 15:58:30 +0100 Subject: [PATCH] ci: uci/update-go (#577) This PR was created automatically by the @web3-bot as a part of the [Unified CI](https://github.com/ipdxco/unified-github-workflows) project. --- compat/compat.pb.go | 3 ++- go.mod | 2 +- pb/rpc.pb.go | 3 ++- pb/trace.pb.go | 3 ++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/compat/compat.pb.go b/compat/compat.pb.go index 607b78a..57a00dd 100644 --- a/compat/compat.pb.go +++ b/compat/compat.pb.go @@ -5,10 +5,11 @@ package compat_pb import ( fmt "fmt" - proto "github.com/gogo/protobuf/proto" io "io" math "math" math_bits "math/bits" + + proto "github.com/gogo/protobuf/proto" ) // Reference imports to suppress errors if they are not otherwise used. diff --git a/go.mod b/go.mod index 652266e..437017c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/libp2p/go-libp2p-pubsub -go 1.21 +go 1.22 require ( github.com/benbjohnson/clock v1.3.5 diff --git a/pb/rpc.pb.go b/pb/rpc.pb.go index 151cb44..213cdcc 100644 --- a/pb/rpc.pb.go +++ b/pb/rpc.pb.go @@ -5,10 +5,11 @@ package pubsub_pb import ( fmt "fmt" - proto "github.com/gogo/protobuf/proto" io "io" math "math" math_bits "math/bits" + + proto "github.com/gogo/protobuf/proto" ) // Reference imports to suppress errors if they are not otherwise used. diff --git a/pb/trace.pb.go b/pb/trace.pb.go index 04f1ec1..9361c39 100644 --- a/pb/trace.pb.go +++ b/pb/trace.pb.go @@ -5,10 +5,11 @@ package pubsub_pb import ( fmt "fmt" - proto "github.com/gogo/protobuf/proto" io "io" math "math" math_bits "math/bits" + + proto "github.com/gogo/protobuf/proto" ) // Reference imports to suppress errors if they are not otherwise used.