Skip to content

Commit

Permalink
switched readline to ergochat/readline
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBeale committed May 1, 2024
1 parent 4f483d9 commit 11ab6c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ go 1.16

require (
github.com/aws/aws-sdk-go v1.42.4
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/ergochat/readline v0.1.0
github.com/trung/jwt-tools v0.0.0-20191029184913-432ee57a2445
golang.org/x/net v0.23.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0
gopkg.in/yaml.v3 v3.0.0
k8s.io/cli-runtime v0.22.3 // indirect
k8s.io/client-go v0.22.3 // indirect
k8s.io/kubectl v0.22.3
)
2 changes: 1 addition & 1 deletion peirates.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"os/exec"
"strings"

"github.com/chzyer/readline"
"github.com/ergochat/readline"
)

// Verbosity mode - if set to true, DEBUG messages will be printed to STDOUT.
Expand Down

0 comments on commit 11ab6c3

Please sign in to comment.