Update dependencies
This commit is contained in:
parent
0bb19ba8bd
commit
cee1430913
2 changed files with 13 additions and 14 deletions
8
go.mod
8
go.mod
|
|
@ -1,9 +1,9 @@
|
|||
module git.cacert.org/cacert-gosigner
|
||||
|
||||
go 1.14
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/sirupsen/logrus v1.5.0
|
||||
go.bug.st/serial v1.0.0
|
||||
gopkg.in/yaml.v2 v2.2.2
|
||||
github.com/sirupsen/logrus v1.7.0
|
||||
go.bug.st/serial v1.1.1
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue