Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the everything group in /go/remindabot with 2 updates #721

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions go/remindabot/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/tillkuhn/angkor/tools/remindabot
go 1.19

require (
github.com/IBM/sarama v1.43.2
github.com/IBM/sarama v1.43.3
github.com/cdfmlr/ellipsis v0.0.1
github.com/cloudevents/sdk-go/v2 v2.15.2
github.com/dustin/go-humanize v1.0.1
Expand All @@ -14,17 +14,16 @@ require (
github.com/stretchr/testify v1.9.0
github.com/tillkuhn/angkor/go/topkapi v0.0.0-20240618191345-063f36c0cd82
github.com/tillkuhn/rubin v0.8.2
golang.org/x/text v0.16.0
golang.org/x/text v0.17.0
)

require (
github.com/antihax/optional v1.0.0 // indirect
github.com/confluentinc/kafka-rest-sdk-go/kafkarestv3 v0.3.18 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/eapache/go-resiliency v1.6.0 // indirect
github.com/eapache/go-resiliency v1.7.0 // indirect
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
github.com/eapache/queue v1.1.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
Expand All @@ -49,11 +48,9 @@ require (
github.com/xdg/stringprep v1.0.3 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/oauth2 v0.21.0 // indirect
golang.org/x/sys v0.21.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.33.0 // indirect
golang.org/x/sys v0.23.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading
Loading