summaryrefslogtreecommitdiffstats
path: root/sms-service/src/quorumclient/go.sum
AgeCommit message (Collapse)AuthorFilesLines
2018-10-25Move to go mod from depKiran Kamineni1-0/+90
Go 1.11 introduces a native functionality for package management. This replaces dep which is the tool we were using before. This patch switches SMS to use go mod instead of dep for package management. P2: Add GO111MODULE=on to the makefile Issue-ID: AAF-404 Change-Id: I462d210fbbe71bff1310a50993410ebc7d8f6fa8 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>