Skip to content

Commit

Permalink
Merge branch 'main' into 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Sep 15, 2024
2 parents cf7f071 + f7fe8f5 commit 5597995
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 36 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ require (
github.com/deepmap/oapi-codegen v1.16.2 // indirect
github.com/devopsfaith/krakend-usage v1.4.0
github.com/fluent/fluent-logger-golang v1.9.0
github.com/fullstorydev/grpcurl v1.8.9
github.com/fullstorydev/grpcurl v1.9.1
github.com/getkin/kin-openapi v0.123.0 // indirect
github.com/gin-contrib/cors v1.7.2
github.com/gin-contrib/expvar v1.0.1
github.com/gin-contrib/multitemplate v1.0.1
github.com/gin-gonic/gin v1.9.1
github.com/gin-gonic/gin v1.10.0
github.com/golang/protobuf v1.5.4
github.com/hashicorp/go-discover v0.0.0-20210818145131-c573d69da192
github.com/hashicorp/go-hclog v1.6.3
Expand All @@ -26,9 +26,9 @@ require (
github.com/hashicorp/go-sockaddr v1.0.6
github.com/hashicorp/go-syslog v1.0.0
github.com/hashicorp/go-uuid v1.0.3
github.com/hashicorp/go-version v1.6.0
github.com/hashicorp/go-version v1.7.0
github.com/hashicorp/memberlist v0.5.1
github.com/hashicorp/raft v1.6.0
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
Expand All @@ -46,17 +46,17 @@ require (
github.com/shirou/gopsutil/v3 v3.24.5
github.com/sirupsen/logrus v1.9.3
github.com/soheilhy/cmux v0.1.5
github.com/spf13/cobra v1.8.0
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.19.0
github.com/streadway/amqp v1.1.0
github.com/stretchr/testify v1.9.0
github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible // indirect
github.com/tidwall/buntdb v1.2.7
github.com/ugorji/go v1.2.7 // indirect
golang.org/x/net v0.26.0
golang.org/x/net v0.29.0
google.golang.org/grpc v1.64.0
google.golang.org/protobuf v1.34.0
google.golang.org/protobuf v1.34.1
)

go 1.16
Loading

0 comments on commit 5597995

Please sign in to comment.