forked from tinkerbell/smee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (23 loc) · 1.14 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
module github.com/tinkerbell/boots
go 1.13
require (
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/avast/retry-go v2.2.0+incompatible
github.com/betawaffle/tftp-go v0.0.0-20160921192434-dc649c1318ff
github.com/gammazero/workerpool v0.0.0-20200311205957-7b00833861c6
github.com/golang/groupcache v0.0.0-20180513044358-24b0969c4cb7
github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348
github.com/packethost/cacher v0.0.0-20200319200613-5dc1cac4fd33
github.com/packethost/dhcp4-go v0.0.0-20190402165401-39c137f31ad3
github.com/packethost/pkg v0.0.0-20200422151836-417b049b48b1
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.0.0
github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35
github.com/sergi/go-diff v1.0.0 // indirect
github.com/stretchr/testify v1.3.1-0.20190219160739-3f658bd5ac42
go.uber.org/zap v1.10.0
golang.org/x/crypto v0.0.0-20200317142112-1b76d66859c6
google.golang.org/grpc v1.22.0
)
replace github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35 => github.com/packethost/xff v0.0.0-20190305172552-d3e9190c41b3