mirror of
https://github.com/snowlyg/GoEasyFfmpeg
synced 2026-04-22 22:57:07 +08:00
36 lines
1.5 KiB
Modula-2
36 lines
1.5 KiB
Modula-2
module github.com/snowlyg/GoEasyFfmpeg
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
|
github.com/common-nighthawk/go-figure v0.0.0-20190529165535-67e0ed34491a
|
|
github.com/eiannone/keyboard v0.0.0-20200508000154-caf4b762e807
|
|
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
|
|
github.com/gin-contrib/pprof v1.3.0
|
|
github.com/gin-contrib/static v0.0.0-20191128031702-f81c604d8ac2
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/giorgisio/goav v0.1.0
|
|
github.com/go-ini/ini v1.56.0
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
github.com/go-redis/redis v6.15.8+incompatible
|
|
github.com/gorilla/context v1.1.1
|
|
github.com/gorilla/securecookie v1.1.1
|
|
github.com/gorilla/sessions v1.2.0
|
|
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
|
|
github.com/jinzhu/gorm v1.9.12
|
|
github.com/jonboulle/clockwork v0.1.0 // indirect
|
|
github.com/kardianos/service v1.0.0
|
|
github.com/lestrrat-go/file-rotatelogs v2.3.0+incompatible
|
|
github.com/lestrrat-go/strftime v1.0.1 // indirect
|
|
github.com/onsi/ginkgo v1.12.2 // indirect
|
|
github.com/penggy/cors v0.0.0-20180918145040-d08bb28f7e48
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/shirou/gopsutil v2.20.4+incompatible
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
github.com/tebeka/strftime v0.1.4 // indirect
|
|
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
|
|
gopkg.in/go-playground/validator.v8 v8.18.2
|
|
gopkg.in/ini.v1 v1.56.0 // indirect
|
|
)
|