Skip to content

Commit

Permalink
Temporary fix to get go-keychain compiling/testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mtibben committed Apr 23, 2020
1 parent 329bccb commit db030e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/99designs/keyring

go 1.12
go 1.14

require (
github.com/danieljoos/wincred v1.0.2
Expand All @@ -15,3 +15,5 @@ require (
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)

replace github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4

0 comments on commit db030e0

Please sign in to comment.