30 lines
857 B
Modula-2
30 lines
857 B
Modula-2
module main
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/russross/blackfriday v1.6.0
|
|
gorm.io/gorm v1.25.1
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-sqlite3 v1.14.16 // indirect
|
|
github.com/sizeofint/webp-animation v0.0.0-20190207194838-b631dc900de9 // indirect
|
|
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/chai2010/webp v1.1.1
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/sizeofint/gif-to-webp v0.0.0-20210224202734-e9d7ed071591
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.669
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cvm v1.0.669
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
gorm.io/driver/sqlite v1.5.0
|
|
)
|