1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-06-17 00:17:40 +02:00

chore(deps): drop golang.org/x/exp/{slices,maps} (#3065)

Use Go 1.23 stdlib instead: slices, maps.
This commit is contained in:
Olivier Mengué
2025-05-26 12:20:49 +02:00
committed by GitHub
parent f82e90426a
commit 09f6252ebf
4 changed files with 3 additions and 6 deletions

View File

@ -4,6 +4,7 @@ import (
"context"
"errors"
"fmt"
"maps"
"net/http"
"net/url"
"path"
@ -15,7 +16,6 @@ import (
"github.com/oauth2-proxy/oauth2-proxy/v7/pkg/apis/sessions"
"github.com/oauth2-proxy/oauth2-proxy/v7/pkg/logger"
"github.com/oauth2-proxy/oauth2-proxy/v7/pkg/requests"
"golang.org/x/exp/maps"
)
// GitHubProvider represents an GitHub based Identity Provider