TestServer helper, integrate proxy

This commit is contained in:
Ian Gulliver
2023-06-04 10:31:26 -07:00
parent 889213b77a
commit 0b9c2543e4
4 changed files with 61 additions and 21 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.20
require (
github.com/dchest/uniuri v1.2.0
github.com/go-resty/resty/v2 v2.7.0
github.com/gopatchy/proxy v0.0.0-20230529015759-4d806f5d5908
github.com/samber/lo v1.38.1
github.com/stretchr/testify v1.8.4
go.uber.org/goleak v1.2.1