Remove go 1.12 requirement
This commit is contained in:
parent
acf3980132
commit
ad0401954a
2
go.mod
2
go.mod
|
@ -1,7 +1,5 @@
|
||||||
module github.com/rs/zerolog
|
module github.com/rs/zerolog
|
||||||
|
|
||||||
go 1.12
|
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
|
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
|
||||||
github.com/pkg/errors v0.8.1
|
github.com/pkg/errors v0.8.1
|
||||||
|
|
Loading…
Reference in New Issue