client: fix unused imports

this was introduced in c950796596, but
likely due to the "replace" rules not being present, CI tested the
current version of the module instead of the code in the repository.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-11-12 17:51:22 +01:00
parent b2d01d9907
commit b29990916d
15 changed files with 0 additions and 15 deletions

View File

@@ -1,7 +1,6 @@
package client package client
import ( import (
"context"
"fmt" "fmt"
"net/http" "net/http"
"testing" "testing"

View File

@@ -1,7 +1,6 @@
package client package client
import ( import (
"context"
"net/http" "net/http"
"testing" "testing"

View File

@@ -1,7 +1,6 @@
package client package client
import ( import (
"context"
"encoding/json" "encoding/json"
"fmt" "fmt"
"net/http" "net/http"

View File

@@ -1,7 +1,6 @@
package client package client
import ( import (
"context"
"net/http" "net/http"
"testing" "testing"

View File

@@ -1,7 +1,6 @@
package client package client
import ( import (
"context"
"encoding/json" "encoding/json"
"fmt" "fmt"
"net/http" "net/http"

View File

@@ -1,7 +1,6 @@
package client package client
import ( import (
"context"
"net/http" "net/http"
"strings" "strings"
"testing" "testing"

View File

@@ -1,7 +1,6 @@
package client package client
import ( import (
"context"
"fmt" "fmt"
"net/http" "net/http"
"testing" "testing"

View File

@@ -1,7 +1,6 @@
package client package client
import ( import (
"context"
"net/http" "net/http"
"testing" "testing"

View File

@@ -1,7 +1,6 @@
package client package client
import ( import (
"context"
"fmt" "fmt"
"net/http" "net/http"
"testing" "testing"

View File

@@ -1,7 +1,6 @@
package client package client
import ( import (
"context"
"net/http" "net/http"
"testing" "testing"

View File

@@ -1,7 +1,6 @@
package client package client
import ( import (
"context"
"net/http" "net/http"
"testing" "testing"

View File

@@ -1,7 +1,6 @@
package client package client
import ( import (
"context"
"errors" "errors"
"net/http" "net/http"
"testing" "testing"

View File

@@ -1,7 +1,6 @@
package client package client
import ( import (
"context"
"errors" "errors"
"net/http" "net/http"
"testing" "testing"

View File

@@ -1,7 +1,6 @@
package client package client
import ( import (
"context"
"fmt" "fmt"
"net/http" "net/http"
"testing" "testing"

View File

@@ -1,7 +1,6 @@
package client package client
import ( import (
"context"
"fmt" "fmt"
"net/http" "net/http"
"testing" "testing"