-
- Downloads
fix: supress log in job export #13
... | ... | @@ -6,10 +6,11 @@ require ( |
github.com/DATA-DOG/go-sqlmock v1.5.0 | ||
github.com/docker/docker v24.0.6+incompatible | ||
github.com/docker/go-connections v0.4.0 | ||
github.com/go-chi/chi/v5 v5.0.10 | ||
github.com/google/uuid v1.4.0 | ||
github.com/pkg/sftp v1.13.6 | ||
github.com/robfig/cron/v3 v3.0.1 | ||
github.com/shirou/gopsutil/v3 v3.23.9 | ||
github.com/shirou/gopsutil/v3 v3.23.10 | ||
github.com/stretchr/testify v1.8.4 | ||
go.uber.org/zap v1.26.0 | ||
golang.org/x/crypto v0.14.0 | ||
... | ... | @@ -45,7 +46,7 @@ require ( |
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/mod v0.8.0 // indirect | ||
golang.org/x/net v0.10.0 // indirect | ||
golang.org/x/sys v0.13.0 // indirect | ||
golang.org/x/sys v0.14.0 // indirect | ||
golang.org/x/time v0.3.0 // indirect | ||
golang.org/x/tools v0.6.0 // indirect | ||
gotest.tools/v3 v3.5.1 // indirect | ||
... | ... |
Please register or sign in to comment