Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mongey committed Dec 30, 2019
1 parent 42b66bf commit d37f681
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/Mongey/terraform-provider-kafka v0.2.3 => ../terraform-provid

require (
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/Mongey/terraform-provider-kafka v0.2.3
github.com/Mongey/terraform-provider-kafka v0.2.3-0.20191229235334-7090c7cff2aa
github.com/Shopify/sarama v1.24.1
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
github.com/containerd/continuity v0.0.0-20191214063359-1097c8bae83b // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ github.com/Masterminds/semver v1.4.2/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF0
github.com/Microsoft/go-winio v0.4.13/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA=
github.com/Microsoft/go-winio v0.4.14 h1:+hMXMk01us9KgxGb7ftKQt2Xpf5hH/yky+TDA+qxleU=
github.com/Microsoft/go-winio v0.4.14/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA=
github.com/Mongey/terraform-provider-kafka v0.2.3-0.20191229235334-7090c7cff2aa h1:CmRChIPHDuQpI5LdsNM0WBLRDs0L2mYs4aE6xtpQhMU=
github.com/Mongey/terraform-provider-kafka v0.2.3-0.20191229235334-7090c7cff2aa/go.mod h1:rlzAsBhIh8yvDhKsJLexhuQ5FBZxrJmn8f+xrfzoJBc=
github.com/NYTimes/gziphandler v1.1.1 h1:ZUDjpQae29j0ryrS0u/B8HZfJBtBQHjqw2rQ2cqUQ3I=
github.com/NYTimes/gziphandler v1.1.1/go.mod h1:n/CVRwUEOgIxrgPvAQhUUr9oeUtvrhMomdKFjzJNB0c=
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEVMRuU21PR1EtLVZJmdB18Gu3Rw=
Expand Down
4 changes: 2 additions & 2 deletions plugin/backend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ func TestSomething(t *testing.T) {
uri := "localhost:9092"

logicaltest.Test(t, logicaltest.TestCase{
PreCheck: testAccPreCheckFunc(t, uri),
Backend: b,
PreCheck: testAccPreCheckFunc(t, uri),
LogicalBackend: b,
Steps: []logicaltest.TestStep{
testAccStepConfig(t, uri),
testAccStepRole(t, "readall"),
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 @@ cloud.google.com/go/internal/version
cloud.google.com/go/storage
# github.com/Jeffail/gabs/v2 v2.1.0
github.com/Jeffail/gabs/v2
# github.com/Mongey/terraform-provider-kafka v0.2.3 => ../terraform-provider-kafka/
# github.com/Mongey/terraform-provider-kafka v0.2.3-0.20191229235334-7090c7cff2aa
github.com/Mongey/terraform-provider-kafka/kafka
# github.com/NYTimes/gziphandler v1.1.1
github.com/NYTimes/gziphandler
Expand Down

0 comments on commit d37f681

Please sign in to comment.