chore: Clean up go.mod (#15632)
This commit is contained in:
parent
fd8cbbf662
commit
41553ff2d7
16
go.mod
16
go.mod
|
|
@ -11,6 +11,7 @@ require (
|
|||
github.com/99designs/keyring v1.2.2
|
||||
github.com/Azure/azure-event-hubs-go/v3 v3.6.2
|
||||
github.com/Azure/azure-kusto-go v0.15.3
|
||||
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0
|
||||
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor v0.11.0
|
||||
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0
|
||||
github.com/Azure/azure-storage-queue-go v0.0.0-20230531184854-c06a8eff66fe
|
||||
|
|
@ -22,6 +23,7 @@ require (
|
|||
github.com/DATA-DOG/go-sqlmock v1.5.2
|
||||
github.com/IBM/nzgo/v12 v12.0.9-0.20231115043259-49c27f2dfe48
|
||||
github.com/IBM/sarama v1.43.2
|
||||
github.com/Masterminds/semver/v3 v3.2.1
|
||||
github.com/Masterminds/sprig v2.22.0+incompatible
|
||||
github.com/Masterminds/sprig/v3 v3.2.3
|
||||
github.com/Mellanox/rdmamap v1.1.0
|
||||
|
|
@ -61,6 +63,7 @@ require (
|
|||
github.com/caio/go-tdigest v3.1.0+incompatible
|
||||
github.com/cisco-ie/nx-telemetry-proto v0.0.0-20230117155933-f64c045c77df
|
||||
github.com/clarify/clarify-go v0.3.1
|
||||
github.com/cloudevents/sdk-go/v2 v2.15.2
|
||||
github.com/compose-spec/compose-go v1.20.2
|
||||
github.com/coocood/freecache v1.2.4
|
||||
github.com/coreos/go-semver v0.3.1
|
||||
|
|
@ -72,6 +75,7 @@ require (
|
|||
github.com/djherbis/times v1.6.0
|
||||
github.com/docker/docker v25.0.5+incompatible
|
||||
github.com/docker/go-connections v0.5.0
|
||||
github.com/dustin/go-humanize v1.0.1
|
||||
github.com/dynatrace-oss/dynatrace-metric-utils-go v0.5.0
|
||||
github.com/eclipse/paho.golang v0.21.0
|
||||
github.com/eclipse/paho.mqtt.golang v1.4.3
|
||||
|
|
@ -85,6 +89,7 @@ require (
|
|||
github.com/go-sql-driver/mysql v1.8.1
|
||||
github.com/go-stomp/stomp v2.1.4+incompatible
|
||||
github.com/gobwas/glob v0.2.3
|
||||
github.com/godbus/dbus/v5 v5.1.0
|
||||
github.com/gofrs/uuid/v5 v5.0.0
|
||||
github.com/golang-jwt/jwt/v5 v5.2.1
|
||||
github.com/golang/geo v0.0.0-20190916061304-5b978397cfec
|
||||
|
|
@ -176,6 +181,7 @@ require (
|
|||
github.com/shirou/gopsutil/v3 v3.24.4
|
||||
github.com/showwin/speedtest-go v1.7.7
|
||||
github.com/signalfx/golib/v3 v3.3.53
|
||||
github.com/sijms/go-ora/v2 v2.8.19
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
github.com/sleepinggenius2/gosmi v0.4.4
|
||||
github.com/snowflakedb/gosnowflake v1.10.0
|
||||
|
|
@ -191,6 +197,8 @@ require (
|
|||
github.com/tinylib/msgp v1.2.0
|
||||
github.com/urfave/cli/v2 v2.27.2
|
||||
github.com/vapourismo/knx-go v0.0.0-20240217175130-922a0d50c241
|
||||
github.com/vishvananda/netlink v1.2.1-beta.2.0.20240524165444-4d4ba1473f21
|
||||
github.com/vishvananda/netns v0.0.4
|
||||
github.com/vjeantet/grok v1.0.1
|
||||
github.com/vmware/govmomi v0.37.2
|
||||
github.com/wavefronthq/wavefront-sdk-go v0.15.0
|
||||
|
|
@ -242,7 +250,6 @@ require (
|
|||
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
|
||||
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
|
||||
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0 // indirect
|
||||
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0
|
||||
github.com/Azure/azure-sdk-for-go/sdk/internal v1.9.0 // indirect
|
||||
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.2 // indirect
|
||||
github.com/Azure/go-amqp v1.0.0 // indirect
|
||||
|
|
@ -259,7 +266,6 @@ require (
|
|||
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c // indirect
|
||||
github.com/Masterminds/goutils v1.1.1 // indirect
|
||||
github.com/Masterminds/semver v1.5.0 // indirect
|
||||
github.com/Masterminds/semver/v3 v3.2.1
|
||||
github.com/Max-Sum/base32768 v0.0.0-20230304063302-18e6ce5945fd // indirect
|
||||
github.com/Microsoft/go-winio v0.6.1 // indirect
|
||||
github.com/Microsoft/hcsshim v0.11.4 // indirect
|
||||
|
|
@ -297,7 +303,6 @@ require (
|
|||
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
|
||||
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
||||
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
||||
github.com/cloudevents/sdk-go/v2 v2.15.2
|
||||
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58 // indirect
|
||||
github.com/containerd/containerd v1.7.15 // indirect
|
||||
github.com/containerd/log v0.1.0 // indirect
|
||||
|
|
@ -312,7 +317,6 @@ require (
|
|||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
||||
github.com/distribution/reference v0.5.0 // indirect
|
||||
github.com/docker/go-units v0.5.0 // indirect
|
||||
github.com/dustin/go-humanize v1.0.1
|
||||
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
|
||||
github.com/eapache/go-resiliency v1.6.0 // indirect
|
||||
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
|
||||
|
|
@ -337,7 +341,6 @@ require (
|
|||
github.com/goburrow/serial v0.1.1-0.20211022031912-bfb69110f8dd // indirect
|
||||
github.com/goccy/go-json v0.10.3 // indirect
|
||||
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
|
||||
github.com/godbus/dbus/v5 v5.1.0
|
||||
github.com/gofrs/uuid v4.4.0+incompatible // indirect
|
||||
github.com/gogo/protobuf v1.3.2 // indirect
|
||||
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
|
||||
|
|
@ -455,7 +458,6 @@ require (
|
|||
github.com/signalfx/com_signalfx_metrics_protobuf v0.0.3 // indirect
|
||||
github.com/signalfx/gohistogram v0.0.0-20160107210732-1ccfd2ff5083 // indirect
|
||||
github.com/signalfx/sapm-proto v0.12.0 // indirect
|
||||
github.com/sijms/go-ora/v2 v2.8.19
|
||||
github.com/spf13/cast v1.6.0 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
github.com/stoewer/go-strcase v1.2.0 // indirect
|
||||
|
|
@ -468,8 +470,6 @@ require (
|
|||
github.com/twmb/murmur3 v1.1.7 // indirect
|
||||
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
|
||||
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
|
||||
github.com/vishvananda/netlink v1.2.1-beta.2.0.20240524165444-4d4ba1473f21
|
||||
github.com/vishvananda/netns v0.0.4
|
||||
github.com/xanzy/ssh-agent v0.3.3 // indirect
|
||||
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
||||
github.com/xdg-go/scram v1.1.2 // indirect
|
||||
|
|
|
|||
Loading…
Reference in New Issue