Skip to content

Commit 5d89845

Browse files
committed
lock keyring to fixed version
1 parent 37eace8 commit 5d89845

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

go.mod

+2
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ require (
1515
github.com/yawn/ykoath v1.0.2
1616
gopkg.in/dixonwille/wlog.v2 v2.0.0 // indirect
1717
)
18+
19+
replace github.com/99designs/keyring => github.com/akerl/keyring v0.0.0-20190625154334-6409680b37b7

go.sum

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
github.com/99designs/keyring v0.0.0-20190620041230-372329baeea2 h1:z5Ly2IJlr6IqiUuroZzpu7kBXzDHxPYEjb+LH5bFXV0=
22
github.com/99designs/keyring v0.0.0-20190620041230-372329baeea2/go.mod h1:qVCfjMddwdzjgy848stNe9eTPmovvxF1lhJvOD6LUEo=
33
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
4+
github.com/akerl/keyring v0.0.0-20190620041230-372329baeea2/go.mod h1:qVCfjMddwdzjgy848stNe9eTPmovvxF1lhJvOD6LUEo=
5+
github.com/akerl/keyring v0.0.0-20190625154334-6409680b37b7 h1:y64injLihgD1RR9rGs8eQcy1mLxcKzmiOFWFSNn7mBk=
6+
github.com/akerl/keyring v0.0.0-20190625154334-6409680b37b7/go.mod h1:qVCfjMddwdzjgy848stNe9eTPmovvxF1lhJvOD6LUEo=
47
github.com/akerl/speculate v0.10.3 h1:Sgka2TSsnv5hqsL6RmI5iYO9eZ5Au9NBT3ETtHeRtzE=
58
github.com/akerl/speculate v0.10.3/go.mod h1:eVLJBh/AD4q0yThwGzR6K7mY1A+WiPozRTz63FjMX2Y=
69
github.com/akerl/timber v0.0.3 h1:xTqH54vCSLjDlAsHkDL5+sZuO8xPdqsamTUk9ense/w=

0 commit comments

Comments
 (0)