Skip to content

Commit

Permalink
build(deps): remove x/exp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lzap authored and ezr-ondrej committed Nov 6, 2024
1 parent 7af327f commit 2271f4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ require (
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.9.0
go.openly.dev/pointy v1.3.0
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
gorm.io/driver/postgres v1.5.9
gorm.io/driver/sqlite v1.5.6
gorm.io/gorm v1.25.12
Expand Down Expand Up @@ -88,6 +87,7 @@ require (
go.mongodb.org/mongo-driver v1.16.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.22.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion pkg/clients/pulp/guards_rbac.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import (
"context"
"errors"
"fmt"
"slices"

"github.com/google/uuid"
"github.com/redhatinsights/edge-api/config"
"github.com/redhatinsights/edge-api/pkg/ptr"
"github.com/sirupsen/logrus"
"golang.org/x/exp/slices"
)

var guardRbacName = "ROLE=readonly"
Expand Down

0 comments on commit 2271f4b

Please sign in to comment.