diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-25 18:45:22 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-25 18:45:22 +0300 |
| commit | 8865443438358496f1d6d0002097532e58a541da (patch) | |
| tree | 0f325ab4946e321aa2b41c253b3a6462f790d20b /go.mod | |
| parent | 835deb77f4c497a49a1c8e8631de34e56d275277 (diff) | |
update dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ require ( require ( github.com/BurntSushi/toml v1.2.1 // indirect github.com/andybalholm/brotli v1.0.5 // indirect - github.com/bytedance/sonic v1.8.9 // indirect + github.com/bytedance/sonic v1.8.10 // indirect github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect github.com/fasthttp/router v1.4.19 // indirect github.com/gabriel-vasile/mimetype v1.4.2 // indirect @@ -64,7 +64,7 @@ require ( golang.org/x/crypto v0.9.0 // indirect golang.org/x/net v0.10.0 // indirect golang.org/x/sys v0.8.0 // indirect - google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect + google.golang.org/genproto v0.0.0-20230524185152-1884fd1fac28 // indirect google.golang.org/protobuf v1.30.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) |
