diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-06-08 13:20:35 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-06-08 13:20:35 +0300 |
| commit | 29e40a0bce070057c67cdd6f1cb2b7dd152255a6 (patch) | |
| tree | fd95e9770cd605e2c107c00c9d987b5f713638be /go.mod | |
| parent | 4c1fa59453ba162b546ad0315313f1dbb7cf546b (diff) | |
access.log #571
access.log will be clear only when limitip is not 0
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ require ( ) require ( - github.com/BurntSushi/toml v1.3.0 // indirect + github.com/BurntSushi/toml v1.3.1 // indirect github.com/andybalholm/brotli v1.0.5 // indirect github.com/bytedance/sonic v1.9.1 // indirect github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect |
