Move to go mod from dep
[aaf/sms.git] / sms-service / src / quorumclient / go.mod
diff --git a/sms-service/src/quorumclient/go.mod b/sms-service/src/quorumclient/go.mod
new file mode 100644 (file)
index 0000000..4a077b1
--- /dev/null
@@ -0,0 +1,7 @@
+module quorumclient
+
+require github.com/hashicorp/go-uuid v0.0.0-20180228145832-27454136f036
+
+require sms v0.0.0
+
+replace sms => ../sms