ms-runner/go.mod

30 lines
895 B
Modula-2
Raw Normal View History

2024-08-25 08:04:36 +00:00
module git.sch9.ru/new_gate/ms-runner
2024-08-19 08:12:54 +00:00
2024-08-25 18:09:57 +00:00
go 1.21.3
toolchain go1.23.0
2024-08-19 08:12:54 +00:00
2024-11-01 18:22:43 +00:00
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
)
2024-08-19 09:45:02 +00:00
2024-08-19 08:12:54 +00:00
require (
2024-11-01 18:22:43 +00:00
github.com/BurntSushi/toml v1.2.1 // indirect
2024-08-19 08:12:54 +00:00
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
2024-11-01 18:22:43 +00:00
github.com/joho/godotenv v1.5.1 // indirect
2024-08-19 08:12:54 +00:00
github.com/opencontainers/runtime-spec v1.0.2 // indirect
2024-08-25 18:09:57 +00:00
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/sys v0.22.0 // indirect
2024-11-01 18:22:43 +00:00
gopkg.in/yaml.v3 v3.0.1 // indirect
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
2024-08-19 08:12:54 +00:00
)