You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rabbit_reconnector/go.mod

12 lines
321 B

module github.com/PCManiac/rabbit_reconnector
go 1.17
require (
github.com/PCManiac/logrus_init v0.0.0
github.com/caarlos0/env/v6 v6.10.0 // indirect
github.com/google/uuid v1.3.0
github.com/sirupsen/logrus v1.9.0
github.com/streadway/amqp v1.0.0
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
)