From 393a48cfbc6f2c26b77dc71c829bf90bf4b5c55b Mon Sep 17 00:00:00 2001 From: Meng Ding Date: Fri, 17 Apr 2020 12:50:15 -0400 Subject: [PATCH] Update go module and vendor --- go.mod | 4 +--- go.sum | 2 ++ vendor/modules.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 34a3d14d..c30ec3d4 100644 --- a/go.mod +++ b/go.mod @@ -6,8 +6,6 @@ require ( github.com/davecgh/go-spew v1.1.1 github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b github.com/prometheus/common v0.9.1 - github.com/turbonomic/turbo-go-sdk v6.4.3+incompatible + github.com/turbonomic/turbo-go-sdk v0.0.0-20200417164653-f9517404252c gopkg.in/yaml.v2 v2.2.8 ) - -replace github.com/turbonomic/turbo-go-sdk => ../turbo-go-sdk diff --git a/go.sum b/go.sum index b20d2e11..5a365177 100644 --- a/go.sum +++ b/go.sum @@ -50,6 +50,8 @@ github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/turbonomic/turbo-api v0.0.0-20200413140231-3bef8fb11708/go.mod h1:L3eNZzTD3Iw8GV+cfeJD/lfDaEGPbZZGQrtml71yG10= +github.com/turbonomic/turbo-go-sdk v0.0.0-20200417164653-f9517404252c h1:bFwvZOBxdNTH7teWrg2FBN0+eOo+hkiNV8uW42u6yiE= +github.com/turbonomic/turbo-go-sdk v0.0.0-20200417164653-f9517404252c/go.mod h1:80tK3rQ6cafsQglfkF7KYElmiveLMrjR9IavC2vMopk= golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= diff --git a/vendor/modules.txt b/vendor/modules.txt index be8d139b..32732e1f 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -8,7 +8,7 @@ github.com/golang/glog github.com/golang/protobuf/proto # github.com/prometheus/common v0.9.1 github.com/prometheus/common/model -# github.com/turbonomic/turbo-go-sdk v6.4.3+incompatible => ../turbo-go-sdk +# github.com/turbonomic/turbo-go-sdk v0.0.0-20200417164653-f9517404252c github.com/turbonomic/turbo-go-sdk/pkg/dataingestionframework/data github.com/turbonomic/turbo-go-sdk/pkg/proto # gopkg.in/yaml.v2 v2.2.8