diff options
author | Paul Duncan <pabs@pablotron.org> | 2022-02-21 22:09:01 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2022-02-21 22:09:01 -0500 |
commit | c163cfd9c727200b0b426060904a18fe9baf4151 (patch) | |
tree | beff1ff33f2f7f70da8b3a3a42e71f1a57993a73 /go.mod | |
parent | 97d0076beb62b8fff47856895f8fe726f928bf91 (diff) | |
download | cvez-c163cfd9c727200b0b426060904a18fe9baf4151.tar.bz2 cvez-c163cfd9c727200b0b426060904a18fe9baf4151.zip |
add zerolog
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ require ( github.com/mattn/go-sqlite3 v1.14.11 // indirect github.com/mitchellh/mapstructure v1.4.3 // indirect github.com/pelletier/go-toml v1.9.4 // indirect + github.com/rs/zerolog v1.26.1 // indirect github.com/spf13/afero v1.8.1 // indirect github.com/spf13/cast v1.4.1 // indirect github.com/spf13/cobra v1.3.0 // indirect |