summaryrefslogtreecommitdiffstats
path: root/sms-service/src/quorumclient/Gopkg.toml
diff options
context:
space:
mode:
authorKiran Kamineni <kiran.k.kamineni@intel.com>2018-03-21 09:13:26 -0700
committerKiran Kamineni <kiran.k.kamineni@intel.com>2018-04-13 17:22:02 -0700
commitce74c5ac55fdb51582268046632943e510a19f00 (patch)
treea0beb2382abe73f4db19c58aaa625f818a010800 /sms-service/src/quorumclient/Gopkg.toml
parent2dd9f3de5b33d6acbcb641566b9e7d3ccbe91d8c (diff)
Adding secure init code for backend
Changes to allow quorum client to SMS communication Introducing a registration api for quorum clients to get their shard piece in PGP encrypted form from SMS Tested with 3 quorum clients. This is now ready for review. Issue-ID: AAF-168 Change-Id: I7a6ade792c1e5ebcf00cbc8c4a1f1942c006e7c7 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Diffstat (limited to 'sms-service/src/quorumclient/Gopkg.toml')
-rw-r--r--sms-service/src/quorumclient/Gopkg.toml24
1 files changed, 24 insertions, 0 deletions
diff --git a/sms-service/src/quorumclient/Gopkg.toml b/sms-service/src/quorumclient/Gopkg.toml
new file mode 100644
index 0000000..7641eef
--- /dev/null
+++ b/sms-service/src/quorumclient/Gopkg.toml
@@ -0,0 +1,24 @@
+# Gopkg.toml example
+#
+# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
+# for detailed Gopkg.toml documentation.
+#
+# required = ["github.com/user/thing/cmd/thing"]
+# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
+#
+# [[constraint]]
+# name = "github.com/user/project"
+# version = "1.0.0"
+#
+# [[constraint]]
+# name = "github.com/user/project2"
+# branch = "dev"
+# source = "github.com/myfork/project2"
+#
+# [[override]]
+# name = "github.com/x/y"
+# version = "2.4.0"
+
+[[constraint]]
+ branch = "master"
+ name = "github.com/hashicorp/go-uuid" \ No newline at end of file