Skip to content

Commit

Permalink
Go mod tidy and term deprecation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
botond-sipos committed Apr 1, 2024
1 parent 3015a96 commit aa1851f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ go 1.12
require (
golang.org/x/crypto v0.0.0-20220919173607-35f4265a4bc0
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
golang.org/x/term v0.0.0-20220919170432-7a66f970e087 // indirect
golang.org/x/term v0.0.0-20220919170432-7a66f970e087
gonum.org/v1/plot v0.12.0
)
2 changes: 1 addition & 1 deletion hist.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"strconv"
"strings"

terminal "golang.org/x/crypto/ssh/terminal"
terminal "golang.org/x/term"
)

// Hist is a struct holding the parameters and internal state of a histogram object.
Expand Down

0 comments on commit aa1851f

Please sign in to comment.