mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 18:36:41 +02:00
replace x/exp/slices with slices
This commit is contained in:
parent
60323e0805
commit
04f3c12bb7
6 changed files with 7 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue