We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329bccb commit db030e0Copy full SHA for db030e0
go.mod
@@ -1,6 +1,6 @@
1
module github.com/99designs/keyring
2
3
-go 1.12
+go 1.14
4
5
require (
6
github.com/danieljoos/wincred v1.0.2
@@ -15,3 +15,5 @@ require (
15
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
16
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
17
)
18
+
19
+replace github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
0 commit comments