sipt / shuttle

A web proxy in Golang with amazing features.
Apache License 2.0
2.07k stars 285 forks source link

error chacha20 #89

Closed Spyder1 closed 2 years ago

Spyder1 commented 2 years ago

Error on installing $#github.com/cipher/chacha20.go No found.

sipt commented 2 years ago

? build? Information insufficiency

binlab commented 2 years ago

@sipt the same issue when trying to build from sources

binlab commented 2 years ago

here the errors log:

$ > go build -tags release
go: finding github.com/apaxa-go/helper latest
go: finding github.com/Yawning/chacha20 latest
go: github.com/sipt/shuttle/cmd imports
    github.com/sipt/shuttle/ciphers imports
    github.com/sipt/shuttle/ciphers/ssstream imports
    github.com/Yawning/chacha20: github.com/Yawning/chacha20@v0.0.0-20190903091407-6d1cb28dc72c: parsing go.mod:
    module declares its path as: gitlab.com/yawning/chacha20.git
            but was required as: github.com/Yawning/chacha20
$ >
binlab commented 2 years ago

looks like now the module on GitHub is just a mirror to GitLab https://github.com/Yawning/chacha20/blob/master/go.mod#L1