|
@@ -11,7 +11,6 @@ require (
|
|
|
github.com/dgraph-io/ristretto/v2 v2.1.0
|
|
|
github.com/dustin/go-humanize v1.0.1
|
|
|
github.com/elliotchance/orderedmap/v3 v3.1.0
|
|
|
- github.com/fatih/color v1.18.0
|
|
|
github.com/gin-contrib/static v1.1.3
|
|
|
github.com/gin-gonic/gin v1.10.0
|
|
|
github.com/go-acme/lego/v4 v4.21.0
|
|
@@ -31,13 +30,13 @@ require (
|
|
|
github.com/pretty66/websocketproxy v0.0.0-20220507015215-930b3a686308
|
|
|
github.com/samber/lo v1.49.1
|
|
|
github.com/sashabaranov/go-openai v1.36.1
|
|
|
- github.com/shirou/gopsutil/v4 v4.25.1
|
|
|
+ github.com/shirou/gopsutil/v4 v4.24.12
|
|
|
github.com/spf13/cast v1.7.1
|
|
|
github.com/stretchr/testify v1.10.0
|
|
|
github.com/tufanbarisyildirim/gonginx v0.0.0-20250120210832-12a9c7ae0c8a
|
|
|
github.com/uozi-tech/cosy v1.14.3
|
|
|
- github.com/uozi-tech/cosy-driver-sqlite v0.2.1
|
|
|
- go.uber.org/zap v1.27.0
|
|
|
+ github.com/uozi-tech/cosy-driver-sqlite v0.2.0
|
|
|
+ github.com/urfave/cli/v3 v3.0.0-beta1
|
|
|
golang.org/x/crypto v0.32.0
|
|
|
golang.org/x/net v0.34.0
|
|
|
gopkg.in/ini.v1 v1.67.0
|
|
@@ -107,6 +106,7 @@ require (
|
|
|
github.com/dnsimple/dnsimple-go v1.7.0 // indirect
|
|
|
github.com/ebitengine/purego v0.8.2 // indirect
|
|
|
github.com/exoscale/egoscale/v3 v3.1.9 // indirect
|
|
|
+ github.com/fatih/color v1.18.0 // indirect
|
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
|
github.com/fsnotify/fsnotify v1.8.0 // indirect
|
|
@@ -253,6 +253,7 @@ require (
|
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
|
go.uber.org/ratelimit v0.3.1 // indirect
|
|
|
+ go.uber.org/zap v1.27.0 // indirect
|
|
|
golang.org/x/arch v0.13.0 // indirect
|
|
|
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect
|
|
|
golang.org/x/mod v0.22.0 // indirect
|