Remove go 1.12 requirement

This commit is contained in:
Olivier Poitrey 2019-05-23 11:44:28 -07:00 committed by GitHub
parent acf3980132
commit ad0401954a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

2
go.mod
View File

@ -1,7 +1,5 @@
module github.com/rs/zerolog
go 1.12
require (
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
github.com/pkg/errors v0.8.1