-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
47 lines (45 loc) · 2.41 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
42
43
44
45
46
47
module github.com/conservify/fk-fake-device
go 1.12
require (
github.com/alecthomas/units v0.0.0-20190910110746-680d30ca3117 // indirect
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect
github.com/cenkalti/backoff v2.1.1+incompatible // indirect
github.com/dimfeld/httptreemux v5.0.1+incompatible // indirect
github.com/drhodes/golorem v0.0.0-20160418191928-ecccc744c2d9 // indirect
github.com/efarrer/iothrottler v0.0.1 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/fieldkit/app-protocol v0.0.0-20230512235359-6d36389837f4
github.com/fieldkit/atlas-protocol v0.0.0-20210322164304-44588194bf0d // indirect
github.com/fieldkit/cloud v0.0.0-20190919194814-025e05412027 // indirect
github.com/fieldkit/data-protocol v0.0.0-20230330165154-efef29694ccd
github.com/goadesign/goa v2.0.5+incompatible // indirect
github.com/golang/protobuf v1.5.2
github.com/grandcat/zeroconf v0.0.0-20190424104450-85eadb44205c
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
github.com/hashicorp/go-retryablehttp v0.6.2 // indirect
github.com/hashicorp/go-uuid v1.0.1 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/miekg/dns v1.1.14 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
github.com/prometheus/client_golang v1.1.0 // indirect
github.com/prometheus/common v0.7.0 // indirect
github.com/prometheus/procfs v0.0.5 // indirect
github.com/robinpowered/go-proto v0.0.0-20160614142341-85ea3e1f1d3d // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/stretchr/objx v0.2.0 // indirect
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7
golang.org/x/net v0.0.0-20190918130420-a8b05e9114ab // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190920130846-1081e67f6b77 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
)