-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
27 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,19 +1,23 @@ | ||
module github.com/99designs/keyring | ||
|
||
go 1.14 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 | ||
github.com/danieljoos/wincred v1.0.2 | ||
github.com/dvsekhvalnov/jose2go v0.0.0-20200901110807-248326c1351b | ||
github.com/danieljoos/wincred v1.1.2 | ||
github.com/dvsekhvalnov/jose2go v1.5.0 | ||
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 | ||
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/mtibben/percent v0.2.1 | ||
github.com/stretchr/objx v0.3.0 // indirect | ||
github.com/stretchr/testify v1.7.0 | ||
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 | ||
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 | ||
golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/stretchr/objx v0.3.0 // indirect | ||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // 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