Update dependencies

This commit is contained in:
Jan Dittberner 2021-01-04 08:14:34 +01:00
parent 0bb19ba8bd
commit cee1430913
2 changed files with 13 additions and 14 deletions

8
go.mod
View file

@ -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
)