Skip to content

Commit

Permalink
fix: Revert slices package to non-stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbishopp committed Jan 5, 2024
1 parent ae09746 commit 516ca16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bot/internal/bot/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ package bot

import (
"context"
"slices"
"strings"

"github.com/gravitational/trace"

"github.com/gravitational/shared-workflows/bot/internal/env"
"github.com/gravitational/shared-workflows/bot/internal/github"
"github.com/gravitational/shared-workflows/bot/internal/review"

"golang.org/x/exp/slices"
)

// Client implements the GitHub API.
Expand Down
2 changes: 1 addition & 1 deletion bot/internal/review/review_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ limitations under the License.
package review

import (
"slices"
"sort"
"testing"

"github.com/gravitational/shared-workflows/bot/internal/env"
"github.com/gravitational/shared-workflows/bot/internal/github"
"github.com/stretchr/testify/require"
"golang.org/x/exp/slices"
)

// TestIsInternal checks if docs and code reviewers show up as internal.
Expand Down

0 comments on commit 516ca16

Please sign in to comment.