aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2022-02-21 22:09:01 -0500
committerPaul Duncan <pabs@pablotron.org>2022-02-21 22:09:01 -0500
commitc163cfd9c727200b0b426060904a18fe9baf4151 (patch)
treebeff1ff33f2f7f70da8b3a3a42e71f1a57993a73 /go.mod
parent97d0076beb62b8fff47856895f8fe726f928bf91 (diff)
downloadcvez-c163cfd9c727200b0b426060904a18fe9baf4151.tar.bz2
cvez-c163cfd9c727200b0b426060904a18fe9baf4151.zip
add zerolog
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index d93f6e4..6f7c9fb 100644
--- a/go.mod
+++ b/go.mod
@@ -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