update deps
... | ... | @@ -3,7 +3,7 @@ module git.barsukov.pro/barsukov/zgo |
go 1.22 | ||
require ( | ||
github.com/aws/aws-sdk-go v1.55.4 | ||
github.com/aws/aws-sdk-go v1.55.5 | ||
github.com/georgysavva/scany/v2 v2.1.3 | ||
github.com/gin-gonic/gin v1.10.0 | ||
github.com/go-co-op/gocron v1.37.0 | ||
... | ... | @@ -11,11 +11,11 @@ require ( |
github.com/google/uuid v1.6.0 | ||
github.com/jackc/pgx/v5 v5.6.0 | ||
github.com/patrickmn/go-cache v2.1.0+incompatible | ||
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 | ||
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 | ||
) | ||
require ( | ||
github.com/bytedance/sonic v1.12.0 // indirect | ||
github.com/bytedance/sonic v1.12.2 // indirect | ||
github.com/bytedance/sonic/loader v0.2.0 // indirect | ||
github.com/cloudwego/base64x v0.1.4 // indirect | ||
github.com/cloudwego/iasm v0.2.0 // indirect | ||
... | ... | @@ -34,17 +34,17 @@ require ( |
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/pelletier/go-toml/v2 v2.2.2 // indirect | ||
github.com/pelletier/go-toml/v2 v2.2.3 // indirect | ||
github.com/robfig/cron/v3 v3.0.1 // indirect | ||
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect | ||
github.com/ugorji/go/codec v1.2.12 // indirect | ||
go.uber.org/atomic v1.11.0 // indirect | ||
golang.org/x/arch v0.8.0 // indirect | ||
golang.org/x/crypto v0.25.0 // indirect | ||
golang.org/x/net v0.27.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
golang.org/x/sys v0.22.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
golang.org/x/arch v0.9.0 // indirect | ||
golang.org/x/crypto v0.26.0 // indirect | ||
golang.org/x/net v0.28.0 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
golang.org/x/sys v0.23.0 // indirect | ||
golang.org/x/text v0.17.0 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Please register or sign in to comment