36 строки
1.2 KiB
Modula-2
36 строки
1.2 KiB
Modula-2
module github.com/Azure/applicationhealth-extension-linux
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/Azure/azure-docker-extension v0.0.0-20160802215703-0dd2f199467d
|
|
github.com/Azure/azure-extension-platform v0.0.0-20240521173920-6b2acfda81e9
|
|
github.com/containerd/cgroups/v3 v3.0.2
|
|
github.com/opencontainers/runtime-spec v1.0.2
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.8.0
|
|
github.com/xeipuuv/gojsonschema v0.0.0-20160623135812-c539bca196be
|
|
)
|
|
|
|
require (
|
|
github.com/go-kit/log v0.2.0
|
|
go.uber.org/mock v0.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/cilium/ebpf v0.9.1 // indirect
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
github.com/go-logfmt/logfmt v0.5.1 // indirect
|
|
github.com/godbus/dbus/v5 v5.0.4 // indirect
|
|
github.com/google/go-cmp v0.5.8 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.0 // indirect
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20151027082146-e0fe6f683076 // indirect
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20150808065054-e02fc20de94c // indirect
|
|
golang.org/x/sys v0.2.0 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|