31 lines
813 B
Modula-2
31 lines
813 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/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.16 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/stretchr/objx v0.5.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/stretchr/testify v1.8.4
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.669
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cvm v1.0.669
|
|
google.golang.org/protobuf v1.30.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
gorm.io/driver/sqlite v1.5.0
|
|
)
|