From 513ed03b62565ac1bcd3a83ffa6aa47c5d5b7bc9 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 30 Apr 2025 12:57:05 -0600 Subject: refactor: delegate to x package --- pkg/test/http.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkg/test') diff --git a/pkg/test/http.go b/pkg/test/http.go index 6c15016..b65ccc9 100644 --- a/pkg/test/http.go +++ b/pkg/test/http.go @@ -10,10 +10,9 @@ import ( xcontext "github.com/xlgmokha/x/pkg/context" "github.com/xlgmokha/x/pkg/serde" "github.com/xlgmokha/x/pkg/x" - "gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/pkg/pls" ) -type RequestOption pls.Option[*http.Request] +type RequestOption x.Option[*http.Request] func Request(method, target string, options ...RequestOption) *http.Request { request := httptest.NewRequest(method, target, nil) -- cgit v1.2.3