Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed Aug 16, 2024
1 parent f5fd09d commit 781359d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package productsubscription
import (
"context"
"encoding/json"
"errors"
"net/http"

"connectrpc.com/connect"
Expand All @@ -12,6 +11,7 @@ import (
"github.com/sourcegraph/sourcegraph/internal/authz"
"github.com/sourcegraph/sourcegraph/internal/database"
"github.com/sourcegraph/sourcegraph/internal/licensing"
"github.com/sourcegraph/sourcegraph/lib/errors"

subscriptionlicensechecksv1 "github.com/sourcegraph/sourcegraph/lib/enterpriseportal/subscriptionlicensechecks/v1"
subscriptionlicensechecksv1connect "github.com/sourcegraph/sourcegraph/lib/enterpriseportal/subscriptionlicensechecks/v1/v1connect"
Expand Down

0 comments on commit 781359d

Please sign in to comment.