forked from ochinchina/supervisord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (20 loc) · 797 Bytes
/
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
module github.com/ochinchina/supervisord
require (
github.com/GeertJohan/go.rice v1.0.0
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/service v1.2.0
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/prometheus/client_golang v1.9.0
github.com/robfig/cron/v3 v3.0.1
github.com/rogpeppe/go-charset v0.0.0-20190617161244-0dc95cdf6f31 // indirect
github.com/sirupsen/logrus v1.6.0
golang.org/x/net v0.0.0-20200625001655-4c5254603344
)
replace github.com/ochinchina/supervisord => ./
go 1.15