diff options
author | NeonXP <i@neonxp.dev> | 2022-12-09 03:36:06 +0300 |
---|---|---|
committer | NeonXP <i@neonxp.dev> | 2022-12-09 03:36:06 +0300 |
commit | 2055e57de00865607223401a890125909080f4a3 (patch) | |
tree | 73a74ec3370f7211601302bd77bada10b75ff665 /go.mod | |
parent | 9d46ca252151a2c48434f9ec201bcb3c9133ec78 (diff) |
events added
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |