diff --git a/bot/internal/bot/bot.go b/bot/internal/bot/bot.go index 5171a744..ff2577bb 100644 --- a/bot/internal/bot/bot.go +++ b/bot/internal/bot/bot.go @@ -18,10 +18,10 @@ package bot import ( "context" - "slices" "strings" "github.com/gravitational/trace" + "golang.org/x/exp/slices" "github.com/gravitational/shared-workflows/bot/internal/env" "github.com/gravitational/shared-workflows/bot/internal/github" diff --git a/bot/internal/review/review_test.go b/bot/internal/review/review_test.go index c21a22bd..45b8e17d 100644 --- a/bot/internal/review/review_test.go +++ b/bot/internal/review/review_test.go @@ -17,13 +17,14 @@ limitations under the License. package review import ( - "slices" "sort" "testing" + "github.com/stretchr/testify/require" + "golang.org/x/exp/slices" + "github.com/gravitational/shared-workflows/bot/internal/env" "github.com/gravitational/shared-workflows/bot/internal/github" - "github.com/stretchr/testify/require" ) // TestIsInternal checks if docs and code reviewers show up as internal.