30 lines
895 B
Modula-2
30 lines
895 B
Modula-2
module git.sch9.ru/new_gate/ms-runner
|
|
|
|
go 1.21.3
|
|
|
|
toolchain go1.23.0
|
|
|
|
require (
|
|
git.sch9.ru/new_gate/ms-tester v0.0.0
|
|
github.com/containerd/cgroups v1.1.0
|
|
github.com/golang/protobuf v1.5.4
|
|
github.com/ilyakaznacheev/cleanenv v1.5.0
|
|
github.com/rabbitmq/amqp091-go v1.10.0
|
|
google.golang.org/protobuf v1.34.2
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.2.1 // indirect
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
github.com/godbus/dbus/v5 v5.0.4 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
|
github.com/opencontainers/runtime-spec v1.0.2 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
go.uber.org/zap v1.27.0 // indirect
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
|
|
)
|