Ne0nd0g / merlin

Merlin is a cross-platform post-exploitation HTTP/2 Command & Control server and agent written in golang.
GNU General Public License v3.0
5.03k stars 798 forks source link

Rename dependency from github.com/lucas-clemente/quic-go to github.co… #143

Closed Chestnuts4 closed 10 months ago

Chestnuts4 commented 1 year ago

…m/quic-go/quic-go, to allowed go 1.20.x build merlin

Pull Request (PR) Checklist

Change Type

Description

rename dependence github.com/lucas-clemente/quic-go to github.com/quic-go/quic-go, then merlin can be compile by go 1.20.x

Ne0nd0g commented 1 year ago

Thanks for submitting this PR. I previously made this update in the p2p branch at https://github.com/Ne0nd0g/merlin/commit/537d109f080b959871576a358e9dc534f8698e84 . However, I acknowledge that branch hasn't been merged back into dev or master yet.

Chestnuts4 commented 1 year ago

ahh. okey,