From f8d8ec313d71a0b1a227aa60bdd522b03b2a6f6e Mon Sep 17 00:00:00 2001 From: liujian Date: Wed, 22 May 2024 15:59:11 +0800 Subject: [PATCH] Update xhttp --- client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client_test.go b/client_test.go index 4fef51d..c73c3e4 100644 --- a/client_test.go +++ b/client_test.go @@ -4,7 +4,7 @@ import ( "errors" "fmt" "github.com/avast/retry-go" - "github.com/mix-go/xutil/xhttp" + "github.com/mix-go/xhttp" "github.com/stretchr/testify/assert" "log" "testing"