diff options
| author | kaveh-ahangar <123722737+kaveh-ahangar@users.noreply.github.com> | 2023-05-05 12:36:59 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-05 12:36:59 +0300 |
| commit | 73704e38d5d405ab32654763936c924b43fd3a81 (patch) | |
| tree | ee2a2fa66b478fffa4ce5163f4cf70ee6bf2ba45 /go.mod | |
| parent | 1680bb36c3e9c2f89c72947e1735337fe5fd1e8b (diff) | |
| parent | 1a603b2501b8c3d82b59eb249cfb8e13421e64de (diff) | |
Merge branch 'MHSanaei:main' into main
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,9 +16,9 @@ require ( github.com/shirou/gopsutil/v3 v3.23.4 github.com/spf13/cobra v1.7.0 github.com/xtls/xray-core v1.8.1 - go.uber.org/atomic v1.10.0 + go.uber.org/atomic v1.11.0 golang.org/x/text v0.9.0 - google.golang.org/grpc v1.54.0 + google.golang.org/grpc v1.55.0 gorm.io/driver/sqlite v1.5.0 gorm.io/gorm v1.25.0 ) |
