Skip to content

Commit

Permalink
Reverting to prior digitalocean/go-libvirt version due to TLS connect…
Browse files Browse the repository at this point in the history
…ion issue. See digitalocean/go-libvirt#89.
  • Loading branch information
a2geek committed Aug 12, 2019
1 parent 2fcf59e commit ff7f281
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11 deletions.
3 changes: 2 additions & 1 deletion src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ require (
github.com/charlievieth/fs v0.0.0-20170613215519-7dc373669fa1 // indirect
github.com/cloudfoundry/bosh-utils v0.0.0-20190803100152-d286f594c8d9
github.com/cppforlife/bosh-cpi-go v0.0.0-20180718174221-526823bbeafd
github.com/digitalocean/go-libvirt v0.0.0-20190715144809-7b622097a793
github.com/digitalocean/go-libvirt v0.0.0-20190626172931-4d226dd6c437 // GOOD
//github.com/digitalocean/go-libvirt v0.0.0-20190715144809-7b622097a793 // BAD
github.com/diskfs/go-diskfs v0.0.0-20190517155712-1190dcf1ff31
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions src/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ github.com/cppforlife/bosh-cpi-go v0.0.0-20180718174221-526823bbeafd h1:ln2sMwDn
github.com/cppforlife/bosh-cpi-go v0.0.0-20180718174221-526823bbeafd/go.mod h1:WkeM0jfnGyGPPqo7JoBL8pwutlzeKgGElbkIV9ieSlU=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/digitalocean/go-libvirt v0.0.0-20190626172931-4d226dd6c437 h1:phR13shVFOIpa1pnLBmewI9p16NEladLPvVylLPeexo=
github.com/digitalocean/go-libvirt v0.0.0-20190626172931-4d226dd6c437/go.mod h1:PRcPVAAma6zcLpFd4GZrjR/MRpood3TamjKI2m/z/Uw=
github.com/digitalocean/go-libvirt v0.0.0-20190715144809-7b622097a793 h1:+ItaX1GKKT70bYwazNtWeYz8QBfirNC85J70psPGgN0=
github.com/digitalocean/go-libvirt v0.0.0-20190715144809-7b622097a793/go.mod h1:PRcPVAAma6zcLpFd4GZrjR/MRpood3TamjKI2m/z/Uw=
github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I=
Expand Down
1 change: 0 additions & 1 deletion src/vendor/github.com/digitalocean/go-libvirt/AUTHORS

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

22 changes: 14 additions & 8 deletions src/vendor/github.com/digitalocean/go-libvirt/rpc.go

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

2 changes: 1 addition & 1 deletion src/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ github.com/cloudfoundry/bosh-utils/uuid
# github.com/cppforlife/bosh-cpi-go v0.0.0-20180718174221-526823bbeafd
github.com/cppforlife/bosh-cpi-go/apiv1
github.com/cppforlife/bosh-cpi-go/rpc
# github.com/digitalocean/go-libvirt v0.0.0-20190715144809-7b622097a793
# github.com/digitalocean/go-libvirt v0.0.0-20190626172931-4d226dd6c437
github.com/digitalocean/go-libvirt
github.com/digitalocean/go-libvirt/internal/constants
github.com/digitalocean/go-libvirt/internal/go-xdr/xdr2
Expand Down

0 comments on commit ff7f281

Please sign in to comment.