mirror of
https://github.com/siderolabs/discovery-service.git
synced 2025-03-14 09:55:08 +00:00
Rekres, update dependencies. Mostly to bring in https://github.com/siderolabs/discovery-client/releases/tag/v0.1.11 and get it tested, as this repo has client tests. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
44 lines
1.6 KiB
Modula-2
44 lines
1.6 KiB
Modula-2
module github.com/siderolabs/discovery-service
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.8.0
|
|
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1
|
|
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.0
|
|
github.com/jonboulle/clockwork v0.5.0
|
|
github.com/planetscale/vtprotobuf v0.6.1-0.20240917153116-6f2963f01587
|
|
github.com/prometheus/client_golang v1.21.0
|
|
github.com/siderolabs/discovery-api v0.1.6
|
|
github.com/siderolabs/discovery-client v0.1.11
|
|
github.com/siderolabs/gen v0.8.0
|
|
github.com/siderolabs/go-debug v0.5.0
|
|
github.com/siderolabs/proto-codec v0.1.2
|
|
github.com/stretchr/testify v1.10.0
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/net v0.35.0
|
|
golang.org/x/sync v0.11.0
|
|
golang.org/x/time v0.10.0
|
|
google.golang.org/grpc v1.70.0
|
|
google.golang.org/protobuf v1.36.5
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/klauspost/compress v1.17.11 // indirect
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
github.com/prometheus/common v0.62.0 // indirect
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
golang.org/x/text v0.22.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20241216192217-9240e9c98484 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|