-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #178 from WillAbides/goup
go 1.21
- Loading branch information
Showing
17 changed files
with
227 additions
and
198 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
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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,68 +1,65 @@ | ||
module github.com/willabides/bindown/v4 | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/AlecAivazis/survey/v2 v2.3.6 | ||
github.com/Masterminds/semver/v3 v3.1.1 | ||
github.com/AlecAivazis/survey/v2 v2.3.7 | ||
github.com/Masterminds/semver/v3 v3.2.1 | ||
github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2 | ||
github.com/alecthomas/kong v0.7.1 | ||
github.com/creack/pty v1.1.18 | ||
github.com/google/go-cmp v0.5.9 | ||
github.com/google/go-github/v52 v52.0.0 | ||
github.com/hinshun/vt10x v0.0.0-20220119200601-820417d04eec | ||
github.com/hinshun/vt10x v0.0.0-20220301184237-5011da428d02 | ||
github.com/invopop/jsonschema v0.7.0 | ||
github.com/mholt/archiver/v3 v3.5.1 | ||
github.com/mholt/archiver/v4 v4.0.0-alpha.8 | ||
github.com/posener/complete v1.2.3 | ||
github.com/rogpeppe/go-internal v1.10.0 | ||
github.com/rogpeppe/go-internal v1.11.0 | ||
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 | ||
github.com/santhosh-tekuri/jsonschema/v5 v5.3.0 | ||
github.com/stretchr/testify v1.7.1 | ||
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/willabides/kongplete v0.3.0 | ||
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 | ||
golang.org/x/oauth2 v0.8.0 | ||
golang.org/x/sync v0.2.0 | ||
golang.org/x/oauth2 v0.11.0 | ||
golang.org/x/sync v0.3.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect | ||
github.com/andybalholm/brotli v1.0.4 // indirect | ||
github.com/bodgit/plumbing v1.2.0 // indirect | ||
github.com/bodgit/sevenzip v1.3.0 // indirect | ||
github.com/bodgit/windows v1.0.0 // indirect | ||
github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect | ||
github.com/andybalholm/brotli v1.0.5 // indirect | ||
github.com/bodgit/plumbing v1.3.0 // indirect | ||
github.com/bodgit/sevenzip v1.4.3 // indirect | ||
github.com/bodgit/windows v1.0.1 // indirect | ||
github.com/cloudflare/circl v1.3.3 // indirect | ||
github.com/connesc/cipherio v0.2.1 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0 // indirect | ||
github.com/iancoleman/orderedmap v0.3.0 // indirect | ||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect | ||
github.com/klauspost/compress v1.15.9 // indirect | ||
github.com/klauspost/pgzip v1.2.5 // indirect | ||
github.com/mattn/go-colorable v0.1.2 // indirect | ||
github.com/mattn/go-isatty v0.0.8 // indirect | ||
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect | ||
github.com/nwaples/rardecode v1.1.2 // indirect | ||
github.com/klauspost/compress v1.16.7 // indirect | ||
github.com/klauspost/pgzip v1.2.6 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.19 // indirect | ||
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect | ||
github.com/nwaples/rardecode v1.1.3 // indirect | ||
github.com/nwaples/rardecode/v2 v2.0.0-beta.2 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.15 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.18 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/riywo/loginshell v0.0.0-20200815045211-7d26008be1ab // indirect | ||
github.com/therootcompany/xz v1.0.1 // indirect | ||
github.com/ulikunitz/xz v0.5.11 // indirect | ||
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect | ||
go4.org v0.0.0-20200411211856-f5505b9728dd // indirect | ||
golang.org/x/crypto v0.7.0 // indirect | ||
golang.org/x/net v0.10.0 // indirect | ||
golang.org/x/sys v0.8.0 // indirect | ||
golang.org/x/term v0.8.0 // indirect | ||
golang.org/x/text v0.9.0 // indirect | ||
go4.org v0.0.0-20230225012048-214862532bf5 // indirect | ||
golang.org/x/crypto v0.12.0 // indirect | ||
golang.org/x/net v0.14.0 // indirect | ||
golang.org/x/sys v0.11.0 // indirect | ||
golang.org/x/term v0.11.0 // indirect | ||
golang.org/x/text v0.12.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
) |
Oops, something went wrong.