2021-09-21 03:39:15 +00:00
|
|
|
module github.com/firestuff/automana
|
2021-09-05 20:18:11 +00:00
|
|
|
|
|
|
|
|
go 1.13
|
2021-09-10 05:34:02 +00:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
cloud.google.com/go v0.94.1
|
2021-09-21 03:39:15 +00:00
|
|
|
github.com/firestuff/asana-rules v0.0.0-20210920001341-aa19b6923f09
|
2021-09-10 05:34:02 +00:00
|
|
|
golang.org/x/net v0.0.0-20210908191846-a5e095526f91
|
|
|
|
|
)
|