Skip to content

Instantly share code, notes, and snippets.

@vext01
Created August 19, 2020 16:20
Show Gist options
  • Save vext01/68556d933867a9f0833e3fbb4c45c0af to your computer and use it in GitHub Desktop.
Save vext01/68556d933867a9f0833e3fbb4c45c0af to your computer and use it in GitHub Desktop.
syncthing hacking
arrakis:/tmp> cd syncthing
arrakis:syncthing> go mod edit -replace github.com/lucas-clemente/quic-go@v0.14.4=github.com/marten-seemann/qtls-go115@latest
arrakis:syncthing> go mod vendor
go: github.com/marten-seemann/qtls-go115@v0.10.0: parsing go.mod:
module declares its path as: github.com/marten-seemann/qtls
but was required as: github.com/lucas-clemente/quic-go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment