Add utls roundtripper

This commit is contained in:
Shelikhoo 2022-02-09 15:36:54 +00:00
parent 19e9e38415
commit 006abdead4
No known key found for this signature in database
GPG key ID: C4D5E79D22B25316
4 changed files with 347 additions and 0 deletions

1
go.mod
View file

@ -14,6 +14,7 @@ require (
github.com/pion/webrtc/v3 v3.0.15
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/client_model v0.2.0
github.com/refraction-networking/utls v1.0.0 // indirect
github.com/smartystreets/goconvey v1.6.4
github.com/stretchr/testify v1.7.0 // indirect
github.com/xtaci/kcp-go/v5 v5.6.1