From e6edfa50ddd57cdb79f1342bbb0ead5aaf83af71 Mon Sep 17 00:00:00 2001 From: Nikhil Saraf <1028334+nikhilsaraf@users.noreply.github.com> Date: Thu, 19 Mar 2020 18:28:31 +0530 Subject: [PATCH] update glide (yaml and lock) to use https (instead of ssh) for stellar/go dependency fork --- glide.lock | 3 +-- glide.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/glide.lock b/glide.lock index 3aaf1c72b..f1e8d2a4d 100644 --- a/glide.lock +++ b/glide.lock @@ -144,8 +144,7 @@ imports: version: 01d7d76eb0020ae2fd1275899065ddfdd9f6a528 - name: github.com/stellar/go version: 009cb26a4013ccd023c0a6c57a72e709a5dc82cf - repo: git@github.com:nikhilsaraf/go.git - vcs: git + repo: https://github.com/nikhilsaraf/go.git subpackages: - amount - build diff --git a/glide.yaml b/glide.yaml index 9a311ad64..7c32a450d 100644 --- a/glide.yaml +++ b/glide.yaml @@ -9,8 +9,7 @@ import: - package: github.com/spf13/pflag version: v1.0.0 - package: github.com/stellar/go - repo: git@github.com:nikhilsaraf/go.git - vcs: git + repo: https://github.com/nikhilsaraf/go.git version: horizonclient-v2.0.0/3_fix_txnbuild_delete_offer_op subpackages: - build