diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2019-02-18 21:06:50 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2019-02-21 11:55:51 +0100 |
commit | d9b1b05c61091fe5f7b49584f50217aef7ea0a8c (patch) | |
tree | f2b1526b40961ff83cc8dee0f2c369b1c494876a /go.mod | |
parent | 03972ad1d78bf9ab69ef0de9b151d3674f12680b (diff) |
[pkg] update modules
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,5 +18,6 @@ require ( github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936 github.com/oxtoacart/bpool v0.0.0-20150712133111-4e1c5567d7c2 github.com/skratchdot/open-golang v0.0.0-20190104022628-a2dfa6d0dab6 - golang.org/x/text v0.3.0 // indirect + golang.org/x/text v0.3.0 + golang.org/x/tools v0.0.0-20190206221403-44bcb96178d3 // indirect ) |