forked from flynn/flynn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
executable file
·128 lines (122 loc) · 6.47 KB
/
Copy pathgo.mod
File metadata and controls
executable file
·128 lines (122 loc) · 6.47 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
module github.com/flynn/flynn
go 1.23
require (
cloud.google.com/go v0.43.0
github.com/Azure/azure-sdk-for-go v0.0.0-20160912221952-63d3f3e3b12f
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
github.com/BurntSushi/toml v0.3.1
github.com/aws/aws-sdk-go v0.0.0-20170816181422-2063d937ea69
github.com/boltdb/bolt v1.3.1
github.com/cheggaaa/pb v0.0.0-20150223212723-0464652af750
github.com/cupcake/jsonschema v0.0.0-20160618151340-51bf6945446b
github.com/dgryski/go-skip32 v0.0.0-20131221203938-6cc5a8b574de
github.com/docker/go-units v0.3.0
github.com/dustin/go-humanize v1.0.0
github.com/flynn/go-check v0.0.0-20150613200214-592122021381
github.com/flynn/go-docopt v0.0.0-20140912013429-f6dd2ebbb31e
github.com/flynn/go-p9p v0.0.0-20170717161903-42f7901ca21a
github.com/flynn/go-tuf v0.0.0-20190425212541-cf1ac7de1ebf
github.com/flynn/que-go v0.0.0-20150926162331-737f00726577
github.com/flynn/tail v0.0.0-20180226200612-fc12669dc660
github.com/garyburd/redigo v0.0.0-20151219232044-836b6e58b335
github.com/go-sql-driver/mysql v0.0.0-20160125151823-7c7f55628262
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/groupcache v0.0.0-20160803200408-a6b377e3400b
github.com/golang/protobuf v1.4.1
github.com/google/go-cmp v0.6.0
github.com/gorilla/context v1.1.2
github.com/gorilla/sessions v1.4.0
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
github.com/hashicorp/raft v0.0.0-20160603202243-4bcac2adb069
github.com/hashicorp/raft-boltdb v0.0.0-20150201200839-d1e82c1ec3f1
github.com/improbable-eng/grpc-web v0.11.0
github.com/inconshreveable/log15 v0.0.0-20171019012758-0decfc6c20d9
github.com/jackc/pgx v0.0.0-20160715195140-558d5550cf5c
github.com/jtacoma/uritemplates v1.0.0
github.com/julienschmidt/httprouter v0.0.0-20140925104356-46807412fe50
github.com/jvatic/asset-matrix-go v0.0.0-20190524161137-550750b01e75
github.com/kardianos/osext v0.0.0-20150223151934-ccfcd0245381
github.com/kavu/go_reuseport v1.4.0
github.com/kr/pty v1.1.8
github.com/krolaw/dhcp4 v0.0.0-20180925202202-7cead472c414
github.com/kylelemons/godebug v0.0.0-20131002215753-808ac284003c
github.com/mattn/go-colorable v0.0.0-20140924234614-043ae1629135
github.com/miekg/dns v0.0.0-20160726032027-db96a2b759cd
github.com/minio/minio-go v0.0.0-20170324230031-29b05151452a
github.com/mistifyio/go-zfs v0.0.0-20141209150540-dda1f4cd04dc
github.com/mitchellh/go-homedir v0.0.0-20140913165950-7d2d8c8a4e07
github.com/opencontainers/runc v1.0.0-rc8
github.com/pkg/errors v0.8.1
github.com/rancher/sparse-tools v0.0.0-20190307223929-666f9b3bde21
github.com/stevvooe/resumable v0.0.0-20150521211217-51ad44105773
github.com/tent/canonical-json-go v0.0.0-20130607151641-96e4ba3a7613
github.com/vishvananda/netlink v0.0.0-20170502164845-1e045880fbc2
go.mongodb.org/mongo-driver v1.17.9
golang.org/x/crypto v0.28.0
golang.org/x/net v0.30.0
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sys v0.28.0
google.golang.org/api v0.7.0
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
google.golang.org/grpc v1.27.0
google.golang.org/protobuf v1.24.0
gopkg.in/inconshreveable/go-update.v0 v0.0.0-20150814200126-d8b0b1d421aa
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/yaml.v2 v2.4.0
gotest.tools v0.0.0-20181223230014-1083505acf35
)
require (
github.com/armon/go-metrics v0.0.0-20150601112433-b2d95e5291cd // indirect
github.com/checkpoint-restore/go-criu v0.0.0-20181120144056-17b0214f6c48 // indirect
github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 // indirect
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
github.com/creack/pty v1.1.7 // indirect
github.com/cyphar/filepath-securejoin v0.2.2 // indirect
github.com/go-ini/ini v1.12.0 // indirect
github.com/go-stack/stack v1.7.0 // indirect
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
github.com/gorilla/securecookie v1.1.2 // indirect
github.com/gorilla/websocket v1.4.1 // indirect
github.com/hashicorp/go-msgpack v0.0.0-20150518234257-fa3f63826f7c // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/howeyc/fsnotify v0.0.0-20140711012604-6b1ef893dc11 // indirect
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/binarydist v0.1.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.0-20151211000621-56b76bdf51f7 // indirect
github.com/montanaflynn/stats v0.7.1 // indirect
github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 // indirect
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
github.com/olekukonko/ts v0.0.0-20140412220145-ecf753e7c962 // indirect
github.com/opencontainers/runtime-spec v1.0.1 // indirect
github.com/opencontainers/selinux v1.2.2 // indirect
github.com/rnd42/go-jsonpointer v0.0.0-20140520035338-0480215403db // indirect
github.com/rs/cors v1.7.0 // indirect
github.com/seccomp/libseccomp-golang v0.0.0-20160531183505-32f571b70023 // indirect
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/smartystreets/goconvey v0.0.0-20190710185942-9d28bd7c0945 // indirect
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 // indirect
github.com/vishvananda/netns v0.0.0-20170219233438-54f0e4339ce7 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.1.2 // indirect
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
go.opencensus.io v0.22.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/text v0.19.0 // indirect
google.golang.org/appengine v1.6.1 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/inconshreveable/log15.v2 v2.0.0-20180818164646-67afb5ed74ec // indirect
gopkg.in/tomb.v1 v1.0.0-20140529071818-c131134a1947 // indirect
gopkg.in/vmihailenco/msgpack.v2 v2.9.1 // indirect
labix.org/v2/mgo v0.0.0-20140701140051-000000000287 // indirect
)
replace github.com/opencontainers/runc => github.com/flynn/runc v1.0.0-rc1001
replace github.com/godbus/dbus => github.com/godbus/dbus/v5 v5.0.2
replace github.com/coreos/pkg => github.com/flynn/coreos-pkg v1.0.1