mirror of
https://github.com/eventials/goevents.git
synced 2025-04-24 13:48:53 +08:00
12 lines
293 B
Modula-2
12 lines
293 B
Modula-2
module github.com/eventials/goevents
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.19.21
|
|
github.com/sirupsen/logrus v1.4.1
|
|
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09 // indirect
|
|
)
|