Revert change on go.mod
This commit is contained in:
parent
2988c1e444
commit
6d2153805b
8
go.mod
8
go.mod
|
@ -1,9 +1 @@
|
||||||
module github.com/rs/zerolog
|
module github.com/rs/zerolog
|
||||||
|
|
||||||
require (
|
|
||||||
github.com/coreos/go-systemd v0.0.0-20181031085051-9002847aa142
|
|
||||||
github.com/pkg/errors v0.8.0
|
|
||||||
github.com/rs/xid v1.2.1
|
|
||||||
github.com/zenazn/goji v0.9.0
|
|
||||||
golang.org/x/tools v0.0.0-20190102183724-79186431cf29
|
|
||||||
)
|
|
||||||
|
|
Loading…
Reference in New Issue