forked from tinkerbell/smee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
41 lines (38 loc) · 1.72 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/boots
go 1.16
require (
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/avast/retry-go v2.2.0+incompatible
github.com/davecgh/go-spew v1.1.1
github.com/equinix-labs/otel-init-go v0.0.4
github.com/gammazero/workerpool v0.0.0-20200311205957-7b00833861c6
github.com/go-logr/logr v1.2.2
github.com/go-logr/zapr v1.2.2
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6
github.com/golang/mock v1.5.0
github.com/google/go-cmp v0.5.6
github.com/google/uuid v1.1.5
github.com/hexops/gotextdiff v1.0.3
github.com/packethost/cacher v0.0.0-20200825140532-0b62e6726807
github.com/packethost/dhcp4-go v0.0.0-20190402165401-39c137f31ad3
github.com/packethost/pkg v0.0.0-20210325161133-868299771ae0
github.com/peterbourgon/ff/v3 v3.1.2
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.6.0
github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35
github.com/stretchr/testify v1.7.0
github.com/tinkerbell/ipxedust v0.0.0-20220115003831-1c488c3b00ae
github.com/tinkerbell/tink v0.0.0-20201109122352-0e8e57332303
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.21.0
go.opentelemetry.io/otel v1.2.0
go.opentelemetry.io/otel/trace v1.2.0
go.uber.org/zap v1.19.0
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/tools v0.1.7
google.golang.org/genproto v0.0.0-20200921165018-b9da36f5f452 // indirect
google.golang.org/grpc v1.40.0
inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6
)
replace github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35 => github.com/packethost/xff v0.0.0-20190305172552-d3e9190c41b3