PortOfPortland / terraform-provider-windns

A Terraform provider for Microsoft Windows DNS
MIT License
39 stars 20 forks source link

Dependencies broken due to out of date source for go-powershell #2

Closed archmangler closed 5 years ago

archmangler commented 6 years ago

The dependencies for terraform-provider-windns appear to be broken:

(.env)terraform-provider-windns]$ go get github.com/portofportland/terraform-provider-wind│
ns                                                                                                                 │
                                                        │
# cd .; git clone https://github.com/gorillalabs/go-powershell /home/user/go/src/github.com/gorillalabs/go-powers│
hell                                                                                                               │
remote: Repository not found.                                                                                      │
fatal: Authentication failed for 'https://github.com/gorillalabs/go-powershell/'                                   │
package github.com/gorillalabs/go-powershell: exit status 128                                                      │
package github.com/gorillalabs/go-powershell/backend: cannot find package "github.com/gorillalabs/go-powershell/bac│
kend" in any of:                                                                                                   │
        /usr/local/go/src/github.com/gorillalabs/go-powershell/backend (from $GOROOT)                              │
        /home/user/go/src/github.com/gorillalabs/go-powershell/backend (from $GOPATH)                            │

I see the go-powershell repo has been moved:

https://github.com/bhendo/go-powershell
rayterrill commented 5 years ago

Updated to use a forked copy of that in our portofportland org since I'm not sure what bhendo's plans are for this.