2022-03-23 02:12:54 +00:00
|
|
|
module github.com/Selly-Modules/appier
|
|
|
|
|
2022-03-23 02:32:35 +00:00
|
|
|
go 1.16
|
2022-03-23 02:12:54 +00:00
|
|
|
|
|
|
|
require github.com/Selly-Modules/natsio v0.0.0-20220321031929-3fe4271f1bbc
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/thoas/go-funk v0.9.2 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
|
|
|
|
)
|