-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
48 lines (46 loc) · 1.69 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
module github.com/parrotmac/littleblue
go 1.13
require (
github.com/Microsoft/go-winio v0.4.12
github.com/docker/distribution v2.7.1+incompatible
github.com/docker/docker v1.13.1
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.4.0
github.com/emirpasic/gods v1.12.0
github.com/fsnotify/fsnotify v1.4.7
github.com/go-ozzo/ozzo-validation v3.5.0+incompatible
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.2
github.com/gorilla/websocket v1.4.0
github.com/hashicorp/hcl v1.0.0
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
github.com/jinzhu/gorm v1.9.8
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a
github.com/kevinburke/ssh_config v0.0.0-20180830205328-81db2a75821e
github.com/konsorten/go-windows-terminal-sequences v1.0.2
github.com/lib/pq v1.1.1
github.com/magiconair/properties v1.8.1
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.1.2
github.com/opencontainers/go-digest v1.0.0-rc1
github.com/pelletier/go-buffruneio v0.2.0
github.com/pelletier/go-toml v1.4.0
github.com/pkg/errors v0.8.1
github.com/sergi/go-diff v1.0.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/afero v1.2.2
github.com/spf13/cast v1.3.0
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.4.0
github.com/src-d/gcfg v1.4.0
github.com/xanzy/ssh-agent v0.2.1
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
golang.org/x/net v0.0.0-20190522155817-f3200d17e092
golang.org/x/sys v0.0.0-20190524152521-dbbf3f1254d4
golang.org/x/text v0.3.2
gopkg.in/src-d/go-billy.v4 v4.3.0
gopkg.in/src-d/go-git.v4 v4.11.0
gopkg.in/warnings.v0 v0.1.2
gopkg.in/yaml.v2 v2.2.2
)