diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-06-25 00:40:41 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-06-25 00:40:41 +0300 |
| commit | cd7a79063789b66ae3c2204879517d13ae64faa1 (patch) | |
| tree | 8cd188f341dc11c03c2c794b007ec39a749f49aa /go.mod | |
| parent | 4f74f5154b5af33c0e0b67cd035303e509771fc2 (diff) | |
change gin-contrib to Calidity
its just a fork for gin-contrib
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ module x-ui go 1.20 require ( + github.com/Calidity/gin-sessions v1.3.1 github.com/Workiva/go-datastructures v1.1.0 - github.com/gin-contrib/sessions v0.0.4 github.com/gin-gonic/gin v1.9.1 github.com/goccy/go-json v0.10.2 github.com/mymmrac/telego v0.25.1 @@ -54,7 +54,7 @@ require ( github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect github.com/refraction-networking/utls v1.3.2 // indirect github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect - github.com/sagernet/sing v0.2.5 // indirect + github.com/sagernet/sing v0.2.6 // indirect github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect github.com/seiflotfy/cuckoofilter v0.0.0-20220411075957-e3b120b3f5fb // indirect github.com/shoenig/go-m1cpu v0.1.6 // indirect |
