diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,7 +18,9 @@ require ( github.com/jmshal/go-locale v0.0.0-20161107082030-4f541412d67a github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936 github.com/oxtoacart/bpool v0.0.0-20150712133111-4e1c5567d7c2 + github.com/sevlyar/go-daemon v0.1.5 // indirect github.com/skratchdot/open-golang v0.0.0-20190104022628-a2dfa6d0dab6 + golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect golang.org/x/text v0.3.0 golang.org/x/tools v0.0.0-20190206221403-44bcb96178d3 // indirect ) |