Update deps

This commit is contained in:
Ben Adrian Sarmiento
2024-07-09 21:51:05 +02:00
parent 55c5a0c71b
commit e71e7e4d92
2 changed files with 16 additions and 14 deletions

9
go.mod
View File

@@ -11,12 +11,12 @@ require github.com/orcaman/concurrent-map/v2 v2.0.1
require (
github.com/deckarep/golang-set/v2 v2.6.0
github.com/go-chi/chi/v5 v5.0.12
github.com/go-chi/chi/v5 v5.1.0
github.com/json-iterator/go v1.1.12
github.com/looplab/fsm v1.0.2
github.com/mwitkow/go-http-dialer v0.0.0-20161116154839-378f744fb2b8
github.com/panjf2000/ants/v2 v2.9.1
golang.org/x/net v0.26.0
github.com/panjf2000/ants/v2 v2.10.0
golang.org/x/net v0.27.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/vansante/go-ffprobe.v2 v2.2.0
)
@@ -24,11 +24,12 @@ require (
require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
golang.org/x/sync v0.7.0 // indirect
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cobra v1.8.0
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5 // indirect
go.uber.org/multierr v1.11.0 // indirect
)