Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Oct 6, 2024
2 parents d82e9b7 + 5bfbc71 commit a651a3f
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 30 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ require (
github.com/hashicorp/raft v1.7.1
github.com/hashicorp/raft-boltdb v0.0.0-20211202195631-7d34b9fb3f42
github.com/hashicorp/serf v0.10.1
github.com/jhump/protoreflect v1.16.0
github.com/jhump/protoreflect v1.17.0
github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/labstack/echo/v4 v4.11.4 // indirect
github.com/mattn/go-shellwords v1.0.12
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/nats-io/nats.go v1.36.0
github.com/nats-io/nats.go v1.37.0
github.com/nats-io/nkeys v0.4.7 // indirect
github.com/oapi-codegen/runtime v1.1.1 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.19.1
github.com/prometheus/client_golang v1.20.3
github.com/robfig/cron/v3 v3.0.1
github.com/ryanuber/columnize v2.1.2+incompatible
github.com/shirou/gopsutil/v3 v3.24.5
Expand All @@ -58,7 +58,7 @@ require (
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/net v0.29.0
google.golang.org/grpc v1.64.0
google.golang.org/protobuf v1.34.1
google.golang.org/protobuf v1.34.2
)

go 1.16
Loading

0 comments on commit a651a3f

Please sign in to comment.