summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 7533703..7160e0b 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,6 @@ module contnet.org/util/cn-fileserver
go 1.12
require (
- contnet.org/lib/cnm-go v0.4.0
+ contnet.org/lib/cnm-go v0.4.2
contnet.org/lib/cnp-go v0.2.0
- github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
)