mirror of
https://github.com/eventials/goevents.git
synced 2025-04-24 13:48:53 +08:00
11 lines
200 B
Modula-2
11 lines
200 B
Modula-2
module github.com/eventials/goevents
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.35.12
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/streadway/amqp v1.0.0
|
|
github.com/stretchr/testify v1.6.1
|
|
)
|