Skip to content

Commit

Permalink
Update go module and vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
ading1977 committed Apr 17, 2020
1 parent fae2252 commit 393a48c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 393a48c

Please sign in to comment.