Skip to content

Commit

Permalink
Merge branch 'master' of github.com:distribworks/dkron
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Aug 10, 2023
2 parents 593cb1f + ec8b87d commit fb97c52
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 44 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/distribworks/dkron/v3

require (
cloud.google.com/go/pubsub v1.31.0
cloud.google.com/go/pubsub v1.32.0
github.com/DataDog/datadog-go v4.8.3+incompatible // indirect
github.com/Microsoft/go-winio v0.5.1 // indirect
github.com/Shopify/sarama v1.38.1
Expand Down Expand Up @@ -36,25 +36,25 @@ require (
github.com/mattn/go-shellwords v1.0.12
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/nats-io/nats-server/v2 v2.7.4 // indirect
github.com/nats-io/nats.go v1.25.0
github.com/nats-io/nats.go v1.27.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.15.1
github.com/prometheus/client_golang v1.16.0
github.com/robfig/cron/v3 v3.0.1
github.com/ryanuber/columnize v2.1.2+incompatible
github.com/sirupsen/logrus v1.9.3
github.com/soheilhy/cmux v0.1.5
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.15.0
github.com/streadway/amqp v1.0.0
github.com/spf13/viper v1.16.0
github.com/streadway/amqp v1.1.0
github.com/stretchr/testify v1.8.4
github.com/struCoder/pidusage v0.2.1
github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible // indirect
github.com/tidwall/buntdb v1.2.7
github.com/tinylib/msgp v1.1.6 // indirect
golang.org/x/net v0.10.0
google.golang.org/grpc v1.55.0
google.golang.org/protobuf v1.30.0
google.golang.org/protobuf v1.31.0
)

go 1.16
Loading

0 comments on commit fb97c52

Please sign in to comment.