esbot/go.mod

8 lines
85 B
Modula-2
Raw Permalink Normal View History

2021-02-22 19:39:22 +00:00
module git.netflux.io/rob/esbot
go 1.15
require (
github.com/rs/zerolog v1.20.0
)