Unverified Commit 1b417a78 authored by Bruce MacDonald's avatar Bruce MacDonald Committed by GitHub
Browse files

use exp slices for go 1.20 compatibility (#1544)

parent 0174665d
......@@ -19,7 +19,6 @@ import (
"path/filepath"
"regexp"
"runtime"
"slices"
"strings"
"syscall"
"time"
......@@ -27,6 +26,7 @@ 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/jmorganca/ollama/api"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment