Skip to content

Commit

Permalink
(terra-farm#54) Change import to terra-farm/go-virtualbox.
Browse files Browse the repository at this point in the history
  • Loading branch information
catay committed May 5, 2019
1 parent f5134d5 commit 2ef63c9
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
19 changes: 18 additions & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

[[constraint]]
branch = "master"
name = "github.com/pyToshka/go-virtualbox"
name = "github.com/terra-farm/go-virtualbox"

[[constraint]]
name = "github.com/smartystreets/goconvey"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ require (
github.com/mitchellh/hashstructure v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/posener/complete v1.2.1 // indirect
github.com/pyToshka/go-virtualbox v0.0.0-20170522083831-fce0de2fddc6
github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 // indirect
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c
github.com/stretchr/testify v1.3.0 // indirect
github.com/terra-farm/go-virtualbox v0.0.0-20180710063303-80eb74948464
github.com/zclconf/go-cty v0.0.0-20181231001355-67e3da15e430 // indirect
golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc // indirect
golang.org/x/net v0.0.0-20190119204137-ed066c81e75e // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI=
github.com/posener/complete v1.2.1 h1:LrvDIY//XNo65Lq84G/akBuMGlawHvGBABv8f/ZN6DI=
github.com/posener/complete v1.2.1/go.mod h1:6gapUrK/U1TAN7ciCoNRIdVC5sbdBTUh1DKN0g6uH7E=
github.com/pyToshka/go-virtualbox v0.0.0-20170522083831-fce0de2fddc6 h1:TtnZe9APDXXUJm648zsOxe2ZR6u/hlkgnBVJ3jU//fA=
github.com/pyToshka/go-virtualbox v0.0.0-20170522083831-fce0de2fddc6/go.mod h1:vyAcOo0pxrAMSaC9ksPs7WaKvrAb1k5dBvYofJZP3qQ=
github.com/sergi/go-diff v1.0.0 h1:Kpca3qRNrduNnOQeazBd0ysaKrUJiIuISHxogkT9RPQ=
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 h1:Jpy1PXuP99tXNrhbq2BaPz9B+jNAvH1JPQQpG/9GCXY=
Expand All @@ -142,6 +140,8 @@ github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/terra-farm/go-virtualbox v0.0.0-20180710063303-80eb74948464 h1:M6p2lmcZpB253R4ti3k1Mtogbxal682Qzy5S8OmIMIw=
github.com/terra-farm/go-virtualbox v0.0.0-20180710063303-80eb74948464/go.mod h1:n9ys6nh29svstnUIplHLKTsBIuzfKNe7+HqSUledyto=
github.com/ulikunitz/xz v0.5.5 h1:pFrO0lVpTBXLpYw+pnLj6TbvHuyjXMfjGeCwSqCVwok=
github.com/ulikunitz/xz v0.5.5/go.mod h1:2bypXElzHzzJZwzH67Y6wb67pO62Rzfn7BSiF4ABRW8=
github.com/vmihailenco/msgpack v3.3.3+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=
Expand Down
2 changes: 1 addition & 1 deletion virtualbox/resource_vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
multierror "github.com/hashicorp/go-multierror"
"github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/helper/schema"
vbox "github.com/pyToshka/go-virtualbox"
vbox "github.com/terra-farm/go-virtualbox"
)

var (
Expand Down

0 comments on commit 2ef63c9

Please sign in to comment.