forked from reef-pi/reef-pi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
59 lines (45 loc) · 1.02 KB
/
Gopkg.toml
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
58
59
[[constraint]]
name = "github.com/coreos/bbolt"
version = "1.3.2"
[[constraint]]
name = "github.com/dustin/go-humanize"
version = "1.0.0"
[[constraint]]
name = "github.com/gorilla/mux"
version = "1.7.0"
[[constraint]]
name = "github.com/gorilla/sessions"
version = "1.1.3"
[[constraint]]
branch = "master"
name = "github.com/kidoman/embd"
[[constraint]]
branch = "master"
name = "github.com/nfnt/resize"
[[constraint]]
branch = "master"
name = "github.com/reef-pi/adafruitio"
[[constraint]]
branch = "master"
name = "github.com/reef-pi/drivers"
[[constraint]]
branch = "master"
name = "github.com/reef-pi/hal"
[[constraint]]
branch = "master"
name = "github.com/reef-pi/rpi"
[[constraint]]
name = "github.com/shirou/gopsutil"
version = "2.19.2"
[[constraint]]
branch = "v2"
name = "gopkg.in/robfig/cron.v2"
[[constraint]]
name = "gopkg.in/yaml.v2"
version = "2.2.2"
[prune]
go-tests = true
unused-packages = true
[[override]]
branch = "master"
name = "golang.org/x/sys"