Publisher plugin implementation

This commit is contained in:
MohitKatare-protean
2025-04-29 15:45:26 +05:30
parent e65ee8d644
commit ae98cc992f
4 changed files with 218 additions and 0 deletions

1
go.mod
View File

@@ -32,6 +32,7 @@ require (
require (
github.com/hashicorp/go-retryablehttp v0.7.7
github.com/rabbitmq/amqp091-go v1.10.0
github.com/rs/zerolog v1.34.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/yaml.v2 v2.4.0