Skip to content

Commit

Permalink
Merge pull request #107 from yandex-cloud/feature/no-ticket/update-go…
Browse files Browse the repository at this point in the history
…-sdk

fix urls && update go sdk
  • Loading branch information
seukyaso committed Sep 20, 2020
2 parents 8026d91 + 48385be commit 8dc6b00
Show file tree
Hide file tree
Showing 482 changed files with 207,443 additions and 89,328 deletions.
11 changes: 6 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module github.com/terraform-providers/terraform-provider-yandex
module github.com/yandex-cloud/terraform-provider-yandex

go 1.12

require (
github.com/aws/aws-sdk-go v1.19.39
github.com/c2h5oh/datasize v0.0.0-20200112174442-28bbd4740fee
github.com/fatih/structs v1.1.0
github.com/golang/protobuf v1.3.5
github.com/golang/protobuf v1.4.1
github.com/google/uuid v1.1.1
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/hashicorp/go-getter v1.4.0
Expand All @@ -17,12 +17,13 @@ require (
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/hashstructure v1.0.0
github.com/stretchr/testify v1.5.1
github.com/yandex-cloud/go-genproto v0.0.0-20200608085315-d6e7ef5ceb97
github.com/yandex-cloud/go-sdk v0.0.0-20200610100221-ae86895efb97
github.com/yandex-cloud/go-genproto v0.0.0-20200907124921-3fcb531fc42f
github.com/yandex-cloud/go-sdk v0.0.0-20200907161610-7a8dbbbabad4
golang.org/x/net v0.0.0-20200320220750-118fecf932d8
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
google.golang.org/genproto v0.0.0-20200323114720-3f67cca34472
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
google.golang.org/grpc v1.28.0
google.golang.org/protobuf v1.25.0 // indirect
)

replace git.apache.org/thrift.git => github.com/apache/thrift v0.12.0
60 changes: 28 additions & 32 deletions go.sum

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ package main
import (
"github.com/hashicorp/terraform-plugin-sdk/plugin"
"github.com/hashicorp/terraform-plugin-sdk/terraform"

"github.com/terraform-providers/terraform-provider-yandex/yandex"
"github.com/yandex-cloud/terraform-provider-yandex/yandex"
)

func main() {
Expand Down

0 comments on commit 8dc6b00

Please sign in to comment.