26 lines
951 B
Modula-2
26 lines
951 B
Modula-2
module gitlink.org.cn/cloudream/scheduler
|
|
|
|
go 1.20
|
|
|
|
replace gitlink.org.cn/cloudream/common v0.0.0 => ../common
|
|
|
|
require gitlink.org.cn/cloudream/common v0.0.0
|
|
|
|
require (
|
|
github.com/antonfisher/nested-logrus-formatter v1.3.1 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/imdario/mergo v0.3.15 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/samber/lo v1.36.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.2 // indirect
|
|
github.com/streadway/amqp v1.1.0 // indirect
|
|
github.com/zyedidia/generic v1.2.1 // indirect
|
|
golang.org/x/exp v0.0.0-20230519143937-03e91628a987 // indirect
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
)
|