yudai / gotty

Share your terminal as a web application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dependency issue getting the module

masterkain opened this issue · comments

commented

Step 3/22 : RUN go get github.com/yudai/gotty
--
124 | ---> Running in a22c958fbcb4
125 | go: downloading github.com/yudai/gotty v1.0.1
126 | go: downloading github.com/kr/pty v1.1.8
127 | go: downloading github.com/gorilla/websocket v1.4.2
128 | go: downloading github.com/fatih/structs v1.1.0
129 | go: downloading github.com/braintree/manners v0.0.0-20160418043613-82a8879fc5fd
130 | go: downloading github.com/elazarl/go-bindata-assetfs v1.0.1
131 | go: downloading github.com/codegangsta/cli v1.22.5
132 | go: downloading github.com/yudai/hcl v0.0.0-20151013225006-5fa2393b3552
133 | go: downloading github.com/yudai/umutex v0.0.0-20150817080136-18216d265c6b
134 | go get: github.com/codegangsta/cli@none updating to
135 | github.com/codegangsta/cli@v1.22.5: parsing go.mod:
136 | module declares its path as: github.com/urfave/cli
137 | but was required as: github.com/codegangsta/cli
138 | The command '/bin/sh -c go get github.com/yudai/gotty' returned a non-zero code: 1
139 | time="2021-02-17T11:12:52Z" level=fatal msg="exit status 1"

it was building fine 5 days ago, something changed?

hey, i fixed this. It was not done cleanly(look at those ugly commits, i had to do this a couple of times so i got lazy)
https://github.com/roughentomologyx/gotty

i had to replace every occurance of codegangsta to urfave and every occurance of kr/pty to creack/pty.