summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorNeonXP <i@neonxp.dev>2022-12-09 03:36:06 +0300
committerNeonXP <i@neonxp.dev>2022-12-09 03:36:06 +0300
commit2055e57de00865607223401a890125909080f4a3 (patch)
tree73a74ec3370f7211601302bd77bada10b75ff665 /go.mod
parent9d46ca252151a2c48434f9ec201bcb3c9133ec78 (diff)
events added
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 9c9f7d6..2067f5e 100644
--- a/go.mod
+++ b/go.mod
@@ -12,6 +12,6 @@ require (
require (
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
- github.com/rs/zerolog v1.27.0 // indirect
+ github.com/rs/zerolog v1.27.0
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
)