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.
This commit is contained in:
web3-bot 2024-08-26 15:58:30 +01:00 committed by GitHub
parent 1aeb6ebc6a
commit b8a6a868ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 4 deletions

View File

@ -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.

2
go.mod
View File

@ -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

View File

@ -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.

View File

@ -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.