This repository has been archived by the owner on Dec 8, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
57 lines (54 loc) · 2.7 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
48
49
50
51
52
53
54
55
56
57
module github.com/the-lightning-land/sweetd
require (
cloud.google.com/go v0.43.0 // indirect
github.com/coreos/bbolt v1.3.3 // indirect
github.com/coreos/etcd v3.3.13+incompatible // indirect
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
github.com/cretz/bine v0.1.0
github.com/go-errors/errors v1.0.1
github.com/go-kit/kit v0.9.0 // indirect
github.com/gobuffalo/logger v1.0.1 // indirect
github.com/gobuffalo/packr v0.0.0-20190708182234-662c20c19dde // indirect
github.com/gobuffalo/packr/v2 v2.5.3-0.20190708182234-662c20c19dde
github.com/godbus/dbus v4.1.0+incompatible
github.com/godbus/dbus/v5 v5.0.3-0.20190904191448-bf76e5699422
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
github.com/golang/protobuf v1.3.2
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.3
github.com/gorilla/websocket v1.4.0
github.com/grpc-ecosystem/grpc-gateway v1.9.4 // indirect
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/jessevdk/go-flags v1.4.0
github.com/kisielk/errcheck v1.2.0 // indirect
github.com/kr/pty v1.1.8 // indirect
github.com/lightningnetwork/lnd v0.5.2-beta
github.com/magiconair/properties v1.8.1 // indirect
github.com/muka/ble v0.0.0-20190208060657-c5982255bf40 // indirect
github.com/muka/go-bluetooth v0.0.0-20190511040657-127007ab0f74
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
github.com/pelletier/go-toml v1.4.0 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/common v0.6.0 // indirect
github.com/prometheus/procfs v0.0.3 // indirect
github.com/rogpeppe/fastuuid v1.2.0 // indirect
github.com/russross/blackfriday v2.0.0+incompatible // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/ugorji/go v1.1.7 // indirect
go.etcd.io/bbolt v1.3.3
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/exp v0.0.0-20190718202018-cfdd5522f6f6 // indirect
golang.org/x/image v0.0.0-20190703141733-d6a02ce849c9 // indirect
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028 // indirect
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7
golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386 // indirect
google.golang.org/grpc v1.22.0
periph.io/x/periph v3.4.0+incompatible
)
replace github.com/golang/lint => github.com/golang/lint v0.0.0-20190227174305-8f45f776aaf1
replace github.com/muka/go-bluetooth => github.com/davidknezic/go-bluetooth v0.0.0-20190908190248-44f9969a8d67