-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: min version 1.17, bump crypto/pty
- Loading branch information
1 parent
a6c4329
commit 37df2b6
Showing
2 changed files
with
46 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
module github.com/scrapli/scrapligo | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/creack/pty v1.1.21 | ||
github.com/creack/pty v1.1.23 | ||
github.com/google/go-cmp v0.6.0 | ||
github.com/sirikothe/gotextfsm v1.0.1-0.20200816110946-6aa2cfd355e4 | ||
// v0.7.0 is the latest we can be on if we want to support 1.16 | ||
// and v0.6.0 if we want to not piss off linters it seems | ||
golang.org/x/crypto v0.6.0 | ||
golang.org/x/crypto v0.26.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require golang.org/x/sys v0.23.0 // indirect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters