18 lines
446 B
Modula-2
18 lines
446 B
Modula-2
module github.com/topfans/laserCompositor
|
|
|
|
go 1.25.5
|
|
|
|
require (
|
|
github.com/aliyun/aliyun-oss-go-sdk v3.0.2+incompatible
|
|
github.com/google/uuid v1.6.0
|
|
github.com/joho/godotenv v1.5.1
|
|
go.uber.org/zap v1.27.1
|
|
)
|
|
|
|
require (
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/time v0.3.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
)
|