diff --git a/compat/compat.pb.go b/compat/compat.pb.go index 607b78ac..57a00dd8 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 652266e1..437017c8 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 151cb44d..213cdcc3 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 04f1ec1b..9361c393 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.