feat: update go.mod; bump: use go 1.16

This commit is contained in:
jar3b
2021-03-12 19:39:40 +03:00
parent 7096388647
commit d75e8a9725
3 changed files with 5 additions and 5 deletions

4
go.mod
View File

@@ -1,5 +1,5 @@
module github.com/jar3b/grawt
go 1.15
go 1.16
require github.com/sirupsen/logrus v1.7.0
require github.com/sirupsen/logrus v1.8.1