forked from ochinchina/supervisord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (23 loc) · 1.03 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
module supervisord
require (
github.com/GeertJohan/go.rice v1.0.0
github.com/daaku/go.zipexe v1.0.1 // indirect
github.com/gorilla/mux v1.7.3
github.com/gorilla/rpc v1.2.0
github.com/jessevdk/go-flags v1.4.0
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/nkovacs/streamquote v1.0.0 // indirect
github.com/ochinchina/filechangemonitor v0.3.1
github.com/ochinchina/go-daemon v0.1.5
github.com/ochinchina/go-ini v1.0.1
github.com/ochinchina/go-reaper v0.0.0-20181016012355-6b11389e79fc
github.com/ochinchina/gorilla-xmlrpc v0.0.0-20171012055324-ecf2fe693a2c
github.com/ochinchina/supervisord v0.6.3
github.com/rogpeppe/go-charset v0.0.0-20190617161244-0dc95cdf6f31 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)