File tree Expand file tree Collapse file tree
github.com/jedisct1/go-minisign Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 github.com/jedisct1/go-clocksmith v0.0.0-20210101121932-da382b963868
1515 github.com/jedisct1/go-dnsstamps v0.0.0-20210810213811-61cc83d2a354
1616 github.com/jedisct1/go-hpke-compact v0.0.0-20210930135406-0763750339f0
17- github.com/jedisct1/go-minisign v0.0.0-20211008170404-d0c644b276f4
17+ github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b
1818 github.com/jedisct1/xsecretbox v0.0.0-20210927135450-ebe41aef7bef
1919 github.com/k-sone/critbitgo v1.4.0
2020 github.com/kardianos/service v1.2.0
Original file line number Diff line number Diff line change @@ -361,6 +361,8 @@ github.com/jedisct1/go-hpke-compact v0.0.0-20210930135406-0763750339f0 h1:RHAwzl
361361github.com/jedisct1/go-hpke-compact v0.0.0-20210930135406-0763750339f0 /go.mod h1:wDWQCpgsVR2M5u//vKIwqBZdbsS/f/rZiOuJPaFSkmk =
362362github.com/jedisct1/go-minisign v0.0.0-20211008170404-d0c644b276f4 h1:kQYxZWkRu2ax22QivreeQ72p/FsfXN5D5LFLbfZGuFw =
363363github.com/jedisct1/go-minisign v0.0.0-20211008170404-d0c644b276f4 /go.mod h1:hQmNrgofl+IY/8L+n20H6E6PWBBTokdsv+q49j0QhsU =
364+ github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b h1:ZGiXF8sz7PDk6RgkP+A/SFfUD0ZR/AgG6SpRNEDKZy8 =
365+ github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b /go.mod h1:hQmNrgofl+IY/8L+n20H6E6PWBBTokdsv+q49j0QhsU =
364366github.com/jedisct1/xsecretbox v0.0.0-20210927135450-ebe41aef7bef h1:1Jom8JnCkrgivikTdt0lg5lHpZRvpP98hn8H1bIjFLk =
365367github.com/jedisct1/xsecretbox v0.0.0-20210927135450-ebe41aef7bef /go.mod h1:dmX1e+PPjjbMjNI/wJk8EgjXmqAMZ5tgOzD1wxCgzhs =
366368github.com/jgautheron/goconst v1.5.1 h1:HxVbL1MhydKs8R8n/HE5NPvzfaYmQJA3o879lE4+WcM =
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ github.com/jedisct1/go-dnsstamps
260260# github.com/jedisct1/go-hpke-compact v0.0.0-20210930135406-0763750339f0
261261## explicit; go 1.17
262262github.com/jedisct1/go-hpke-compact
263- # github.com/jedisct1/go-minisign v0.0.0-20211008170404-d0c644b276f4
263+ # github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b
264264## explicit; go 1.17
265265github.com/jedisct1/go-minisign
266266# github.com/jedisct1/xsecretbox v0.0.0-20210927135450-ebe41aef7bef
You can’t perform that action at this time.
0 commit comments