forked from tinkerbell/ipxedust
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
41 lines (38 loc) · 1.56 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
module github.com/tinkerbell/ipxedust
go 1.19
require (
github.com/equinix-labs/otel-init-go v0.0.5
github.com/go-logr/logr v1.2.1
github.com/go-logr/stdr v1.2.0
github.com/go-logr/zerologr v1.2.1
github.com/go-playground/validator/v10 v10.9.0
github.com/google/go-cmp v0.5.9
github.com/imdario/mergo v0.3.12
github.com/peterbourgon/ff/v3 v3.1.2
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/pin/tftp/v3 v3.0.0
github.com/rs/zerolog v1.26.0
go.opentelemetry.io/otel v1.3.0
go.opentelemetry.io/otel/trace v1.3.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
)
require (
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.3.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.3.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.3.0 // indirect
go.opentelemetry.io/otel/sdk v1.3.0 // indirect
go.opentelemetry.io/proto/otlp v0.11.0 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
google.golang.org/grpc v1.53.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)