feat: impl restls

This commit is contained in:
3andne
2023-03-08 20:10:27 -08:00
parent 9cc7fdaca9
commit e2d590ca12
5 changed files with 132 additions and 1 deletions

2
go.mod
View File

@@ -51,6 +51,7 @@ require (
)
require (
github.com/3andne/restls-client-go v0.1.1
github.com/ajg/form v1.5.1 // indirect
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -82,3 +83,4 @@ require (
)
replace go.uber.org/atomic v1.10.0 => github.com/metacubex/uber-atomic v0.0.0-20230202125923-feb10b770370
replace github.com/3andne/restls-client-go v0.1.1 => ../go