How to find out which one that import this library indirectly

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • azure-event-hubs-go

    Golang client library for Azure Event Hubs https://azure.microsoft.com/services/event-hubs

  • vendor/modules.txt:# github.com/Azure/azure-sdk-for-go v62.0.0+incompatiblevendor/modules.txt:# github.com/Azure/go-autorest/autorest v0.11.24vendor/modules.txt:# github.com/Azure/go-autorest/autorest/adal v0.9.18vendor/modules.txt:# github.com/Azure/go-autorest/autorest/to v0.4.0vendor/modules.txt:# github.com/Azure/go-autorest/autorest/validation v0.3.1vendor/pack.ag/amqp/README.md:| [github.com/Azure/azure-event-hubs-go](https://github.com/Azure/azure-event-hubs-go) * | Library for interacting with Microsoft Azure Event Hubs. |vendor/pack.ag/amqp/README.md:| [github.com/Azure/azure-service-bus-go](https://github.com/Azure/azure-service-bus-go) * | Library for interacting with Microsoft Azure Service Bus. |

  • azure-service-bus-go

    Discontinued Golang library for Azure Service Bus -- https://aka.ms/azsb

  • vendor/modules.txt:# github.com/Azure/azure-sdk-for-go v62.0.0+incompatiblevendor/modules.txt:# github.com/Azure/go-autorest/autorest v0.11.24vendor/modules.txt:# github.com/Azure/go-autorest/autorest/adal v0.9.18vendor/modules.txt:# github.com/Azure/go-autorest/autorest/to v0.4.0vendor/modules.txt:# github.com/Azure/go-autorest/autorest/validation v0.3.1vendor/pack.ag/amqp/README.md:| [github.com/Azure/azure-event-hubs-go](https://github.com/Azure/azure-event-hubs-go) * | Library for interacting with Microsoft Azure Event Hubs. |vendor/pack.ag/amqp/README.md:| [github.com/Azure/azure-service-bus-go](https://github.com/Azure/azure-service-bus-go) * | Library for interacting with Microsoft Azure Service Bus. |

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • amqp

    Discontinued AMQP 1.0 client library for Go. (by vcabbage)

  • When looking at the sources of pack.ag/amqp I notice that the module is used in a test. Which is probably why it is included.

  • go-amqp

    AMQP 1.0 client library for Go.

  • That amqp module you use is no longer maintained and was never turned into a proper go module. It looks like its was forked and the fork's development still looks active.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts