1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-08-08 22:46:33 +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

@ -6,11 +6,10 @@ import (
"fmt"
"net/http"
"net/url"
"slices"
"strings"
"time"
"golang.org/x/exp/slices"
"github.com/bitly/go-simplejson"
"github.com/oauth2-proxy/oauth2-proxy/v7/pkg/apis/options"