164 строки
6.6 KiB
Modula-2
164 строки
6.6 KiB
Modula-2
module github.com/Azure/azure-container-networking
|
|
|
|
go 1.23
|
|
|
|
toolchain go1.23.2
|
|
|
|
require (
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0
|
|
github.com/Azure/azure-sdk-for-go/sdk/keyvault/azsecrets v0.12.0
|
|
github.com/Masterminds/semver v1.5.0
|
|
github.com/Microsoft/go-winio v0.6.2
|
|
github.com/Microsoft/hcsshim v0.12.9
|
|
github.com/avast/retry-go/v3 v3.1.1
|
|
github.com/avast/retry-go/v4 v4.6.0
|
|
github.com/billgraziano/dpapi v0.5.0
|
|
github.com/containernetworking/cni v1.2.2
|
|
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
|
|
github.com/go-logr/zapr v1.3.0 // indirect
|
|
github.com/golang/mock v1.6.0
|
|
github.com/golang/protobuf v1.5.4
|
|
github.com/google/gnostic-models v0.6.8 // indirect
|
|
github.com/google/go-cmp v0.6.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/hashicorp/go-version v1.7.0
|
|
github.com/microsoft/ApplicationInsights-Go v0.4.4
|
|
github.com/nxadm/tail v1.4.11
|
|
github.com/onsi/ginkgo v1.16.5
|
|
github.com/onsi/gomega v1.33.1
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.20.5
|
|
github.com/prometheus/client_model v0.6.1
|
|
github.com/spf13/cobra v1.8.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.19.0
|
|
github.com/stretchr/testify v1.9.0
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
|
|
golang.org/x/sys v0.27.0
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
|
|
google.golang.org/grpc v1.68.0
|
|
google.golang.org/protobuf v1.35.2
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
k8s.io/api v0.30.6
|
|
k8s.io/apiextensions-apiserver v0.30.1
|
|
k8s.io/apimachinery v0.30.6
|
|
k8s.io/client-go v0.30.6
|
|
k8s.io/klog v1.0.0
|
|
k8s.io/klog/v2 v2.130.1
|
|
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
|
|
sigs.k8s.io/controller-runtime v0.18.4
|
|
)
|
|
|
|
require (
|
|
code.cloudfoundry.org/clock v1.0.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.1 // indirect
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/coreos/go-iptables v0.8.0
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
|
|
github.com/fsnotify/fsnotify v1.8.0
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
github.com/go-openapi/jsonpointer v0.20.0 // indirect
|
|
github.com/go-openapi/jsonreference v0.20.2 // indirect
|
|
github.com/go-openapi/swag v0.22.4 // indirect
|
|
github.com/gofrs/uuid v3.3.0+incompatible // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/hpcloud/tail v1.0.0 // indirect
|
|
github.com/imdario/mergo v0.3.16 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
github.com/labstack/echo/v4 v4.12.0
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/moby/spdystream v0.2.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
|
|
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/prometheus/common v0.60.1
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/spf13/afero v1.11.0 // indirect
|
|
github.com/spf13/cast v1.6.0 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
github.com/vishvananda/netlink v1.3.0
|
|
github.com/vishvananda/netns v0.0.5
|
|
go.opencensus.io v0.24.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/crypto v0.29.0
|
|
golang.org/x/net v0.31.0
|
|
golang.org/x/oauth2 v0.23.0 // indirect
|
|
golang.org/x/term v0.26.0 // indirect
|
|
golang.org/x/text v0.20.0 // indirect
|
|
golang.org/x/time v0.8.0
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
|
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
|
|
gopkg.in/fsnotify.v1 v1.4.7 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
|
|
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v4 v4.7.0-beta.1
|
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/dashboard/armdashboard v1.2.0
|
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor v0.11.0
|
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v5 v5.2.0
|
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0
|
|
golang.org/x/sync v0.9.0
|
|
gotest.tools/v3 v3.5.1
|
|
k8s.io/kubectl v0.28.5
|
|
sigs.k8s.io/yaml v1.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/containerd/errdefs/pkg v0.3.0 // indirect
|
|
github.com/containerd/typeurl/v2 v2.2.0 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/containerd/cgroups/v3 v3.0.3 // indirect
|
|
github.com/containerd/errdefs v0.3.0 // indirect
|
|
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
github.com/sagikazarmark/locafero v0.4.0 // indirect
|
|
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
k8s.io/kubelet v0.30.6
|
|
)
|
|
|
|
replace (
|
|
github.com/onsi/ginkgo => github.com/onsi/ginkgo v1.12.0
|
|
github.com/onsi/gomega => github.com/onsi/gomega v1.10.0
|
|
)
|
|
|
|
retract v1.16.15 // typo in the version number.
|