Init
This commit is contained in:
parent
264c97183e
commit
3faede7b1c
74 changed files with 6228 additions and 1 deletions
52
go.mod
Normal file
52
go.mod
Normal file
|
@ -0,0 +1,52 @@
|
|||
module govd
|
||||
|
||||
go 1.24.0
|
||||
|
||||
require (
|
||||
github.com/PaulSonOfLars/gotgbot/v2 v2.0.0-rc.31
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/guregu/null/v6 v6.0.0
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/quic-go/quic-go v0.50.1
|
||||
github.com/strukturag/libheif v1.19.7
|
||||
github.com/tidwall/gjson v1.18.0
|
||||
github.com/u2takey/ffmpeg-go v0.5.0
|
||||
golang.org/x/image v0.26.0
|
||||
gorm.io/gorm v1.25.12
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/Eyevinn/dash-mpd v0.12.0 // indirect
|
||||
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df // indirect
|
||||
github.com/go-sql-driver/mysql v1.7.0 // indirect
|
||||
github.com/unki2aut/go-xsd-types v0.0.0-20200220223938-30e5405398f8 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/aki237/nscjar v0.0.0-20210417074043-bbb606196143
|
||||
github.com/aws/aws-sdk-go v1.55.6 // indirect
|
||||
github.com/etherlabsio/go-m3u8 v1.0.0
|
||||
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
||||
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
|
||||
github.com/grafov/m3u8 v0.12.1
|
||||
github.com/jinzhu/inflection v1.0.0 // indirect
|
||||
github.com/jinzhu/now v1.1.5 // indirect
|
||||
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
||||
github.com/onsi/ginkgo/v2 v2.9.5 // indirect
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/quic-go/qpack v0.5.1 // indirect
|
||||
github.com/tidwall/match v1.1.1 // indirect
|
||||
github.com/tidwall/pretty v1.2.1 // indirect
|
||||
github.com/u2takey/go-utils v0.3.1 // indirect
|
||||
github.com/unki2aut/go-mpd v0.0.0-20250218132413-c6a2d2d492f4
|
||||
go.uber.org/mock v0.5.0 // indirect
|
||||
golang.org/x/crypto v0.31.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
|
||||
golang.org/x/mod v0.18.0 // indirect
|
||||
golang.org/x/net v0.33.0 // indirect
|
||||
golang.org/x/sync v0.13.0 // indirect
|
||||
golang.org/x/sys v0.32.0 // indirect
|
||||
golang.org/x/text v0.24.0 // indirect
|
||||
golang.org/x/tools v0.22.0 // indirect
|
||||
gorm.io/driver/mysql v1.5.7
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue