diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-10-01 10:40:03 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-10-01 10:40:03 +0300 |
| commit | f2ee18235fcfb3d1234e7e0d8755ac6996ef6b61 (patch) | |
| tree | d03620633a450308f622085dc70f2ef7147203ab /go.mod | |
| parent | f48df1e5c05a75b9da032c726005df7848c40277 (diff) | |
update dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -12,12 +12,12 @@ require ( github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 github.com/pelletier/go-toml/v2 v2.2.3 github.com/robfig/cron/v3 v3.0.1 - github.com/shirou/gopsutil/v4 v4.24.8 + github.com/shirou/gopsutil/v4 v4.24.9 github.com/valyala/fasthttp v1.56.0 github.com/xtls/xray-core v1.8.24 go.uber.org/atomic v1.11.0 golang.org/x/text v0.18.0 - google.golang.org/grpc v1.67.0 + google.golang.org/grpc v1.67.1 gorm.io/driver/sqlite v1.5.6 gorm.io/gorm v1.25.12 ) @@ -30,6 +30,7 @@ require ( github.com/cloudwego/base64x v0.1.4 // indirect github.com/cloudwego/iasm v0.2.0 // indirect github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140 // indirect + github.com/ebitengine/purego v0.8.0 // indirect github.com/fasthttp/router v1.5.2 // indirect github.com/francoispqt/gojay v1.2.13 // indirect github.com/gabriel-vasile/mimetype v1.4.5 // indirect @@ -40,7 +41,7 @@ require ( github.com/go-playground/validator/v10 v10.22.1 // indirect github.com/go-task/slim-sprig/v3 v3.0.0 // indirect github.com/google/btree v1.1.3 // indirect - github.com/google/pprof v0.0.0-20240910150728-a0b0bb1d4134 // indirect + github.com/google/pprof v0.0.0-20241001023024-f4c0cfd0cf1d // indirect github.com/gorilla/context v1.1.2 // indirect github.com/gorilla/securecookie v1.1.2 // indirect github.com/gorilla/sessions v1.4.0 // indirect @@ -69,7 +70,6 @@ require ( github.com/sagernet/sing-shadowsocks v0.2.7 // indirect github.com/savsgio/gotils v0.0.0-20240704082632-aef3928b8a38 // indirect github.com/seiflotfy/cuckoofilter v0.0.0-20240715131351-a2f2c23f1771 // indirect - github.com/shoenig/go-m1cpu v0.1.6 // indirect github.com/tklauser/go-sysconf v0.3.14 // indirect github.com/tklauser/numcpus v0.8.0 // indirect github.com/twitchyliquid64/golang-asm v0.15.1 // indirect |
