diff options
author | Valery Piashchynski <[email protected]> | 2022-04-05 20:51:50 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-04-05 20:51:50 +0200 |
commit | 7834636158f26aaa7e8f61d585fc2d7b9392fbc3 (patch) | |
tree | 7be44246dd78e1310335e2d0f2947afc152a05fe /go.mod | |
parent | 08b74400f5ebd75bd33af12c645a38fb38b73c79 (diff) |
config: add file logger options to the `.rr.yaml` and schema2.0.json
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -138,7 +138,7 @@ require ( github.com/twmb/murmur3 v1.1.6 // indirect github.com/uber-go/tally/v4 v4.1.1 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect - github.com/valyala/fasthttp v1.34.0 // indirect + github.com/valyala/fasthttp v1.35.0 // indirect github.com/valyala/tcplisten v1.0.0 // indirect github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect @@ -154,7 +154,7 @@ require ( golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 //indirect golang.org/x/net v0.0.0-20220403103023-749bd193bc2b // indirect golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect - golang.org/x/sys v0.0.0-20220403205710-6acee93ad0eb // indirect + golang.org/x/sys v0.0.0-20220405052023-b1e9470b6e64 // indirect golang.org/x/text v0.3.7 // indirect golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect golang.org/x/tools v0.1.10 // indirect |