replace x/exp/slices with slices

This commit is contained in:
Michael Yang 2024-05-21 21:30:52 -07:00
parent 60323e0805
commit 04f3c12bb7
6 changed files with 7 additions and 8 deletions

View file

@ -20,6 +20,7 @@ import (
"path/filepath"
"regexp"
"runtime"
"slices"
"strings"
"syscall"
"time"
@ -29,7 +30,6 @@ import (
"github.com/olekukonko/tablewriter"
"github.com/spf13/cobra"
"golang.org/x/crypto/ssh"
"golang.org/x/exp/slices"
"golang.org/x/term"
"github.com/ollama/ollama/api"