forked from nanobox-io/nanobox
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
63 lines (60 loc) · 3.19 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
58
59
60
61
62
63
module github.com/mu-box/microbox
go 1.20
require (
github.com/boltdb/bolt v1.1.1-0.20151112151049-0b00effdd7a8
github.com/docker/docker v1.4.2-0.20160819200957-09b929083d34
github.com/fsnotify/fsnotify v1.3.2-0.20160816051541-f12c6236fe7b
github.com/jcelliott/lumber v0.0.0-20160324203708-dd349441af25
github.com/lyondhill/vtclean v0.0.0-20170214195231-ea70112eba8c
github.com/mitchellh/colorstring v0.0.0-20150228181156-61164e49940b
github.com/mitchellh/go-homedir v0.0.0-20150822234538-56f508a88415
github.com/mu-box/golang-docker-client v0.0.0-20170901184207-d1683dd8c7dd
github.com/mu-box/golang-portal-client v0.0.0-20170901184416-350613abb874
github.com/mu-box/golang-ssh v0.0.0-20160912150335-b42e3bb3b407
github.com/mu-box/logvac v0.1.1-0.20220117225559-b6e0df9e9085
github.com/mu-box/microbox-boxfile v0.0.0-20170803212006-213ff24b93f4
github.com/mu-box/mist v1.1.1-0.20220117224314-b4d1190bc7a4
github.com/spf13/cobra v0.0.0-20160117030938-8e91712f174c
github.com/spf13/viper v0.0.0-20160111150723-a212099cbe6f
github.com/timehop/go-mixpanel v0.0.0-20150630220933-9b81eaf1f33e
golang.org/x/crypto v0.1.0
golang.org/x/net v0.7.0
golang.org/x/sys v0.5.0
)
require (
github.com/Azure/go-ansiterm v0.0.0-20160425224613-388960b65524 // indirect
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/Microsoft/go-winio v0.3.8 // indirect
github.com/Sirupsen/logrus v0.8.6-0.20150724014903-11538ee6888f // indirect
github.com/deckarep/golang-set v1.8.0 // indirect
github.com/docker/distribution v2.8.0+incompatible // indirect
github.com/docker/engine-api v0.4.1-0.20160908232104-4290f40c0566 // indirect
github.com/docker/go-connections v0.2.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/docker/machine v0.12.2 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/gorilla/pat v1.0.1 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/hashicorp/hcl v0.0.0-20160119202737-578dd9746824 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.1.0 // indirect
github.com/lib/pq v1.10.7 // indirect
github.com/magiconair/properties v1.6.1-0.20151221213149-c81f9d71af8f // indirect
github.com/mitchellh/mapstructure v0.0.0-20150717051158-281073eb9eb0 // indirect
github.com/mu-box/golang-microauth v0.0.0-20230408181947-28e1d1f08c37 // indirect
github.com/mu-box/golang-scribble v0.0.0-20180621225840-336beac0a992 // indirect
github.com/nanobox-io/nanobox-boxfile v0.0.0-20190311153815-2fc39f6df5e0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/runc v1.1.5 // indirect
github.com/spf13/cast v0.0.0-20151218135219-ee7b3e035316 // indirect
github.com/spf13/jwalterweatherman v0.0.0-20151231185856-d00654080cdd // indirect
github.com/spf13/pflag v0.0.0-20151218134703-7f60f83a2c81 // indirect
github.com/stretchr/testify v1.8.2 // indirect
golang.org/x/term v0.5.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/fsnotify.v1 v1.2.9 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
launchpad.net/goyaml v0.0.0-20140305200416-000000000051 // indirect
)