Unverified Commit c05ab9a8 authored by Michael Yang's avatar Michael Yang Committed by GitHub
Browse files

Merge pull request #965 from jmorganca/mxyng/go-mod-tidy

go mod tidy
parents ec361481 f42f3d9b
......@@ -11,7 +11,6 @@ require (
github.com/olekukonko/tablewriter v0.0.5
github.com/spf13/cobra v1.7.0
golang.org/x/sync v0.3.0
gonum.org/v1/gonum v0.14.0
)
require github.com/rivo/uniseg v0.2.0 // indirect
......
//go:build darwin || freebsd || netbsd || openbsd
package readline
import (
......
//go:build linux || solaris
package readline
import (
......
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