diff options
Diffstat (limited to 'vnfs/DAaaS/GoApps/src/hdfs-writer/go.mod')
-rw-r--r-- | vnfs/DAaaS/GoApps/src/hdfs-writer/go.mod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vnfs/DAaaS/GoApps/src/hdfs-writer/go.mod b/vnfs/DAaaS/GoApps/src/hdfs-writer/go.mod index cf8a1d81..b2855127 100644 --- a/vnfs/DAaaS/GoApps/src/hdfs-writer/go.mod +++ b/vnfs/DAaaS/GoApps/src/hdfs-writer/go.mod @@ -1 +1,3 @@ -module /Users/rajamoha/projects/demo/vnfs/DAaaS/GoApps/src/hdfs-writer +module hdfs-writer + +require github.com/colinmarc/hdfs/v2 v2.0.0 // indirect |