Add ability to tweet published reports
When a report is automatically published, if a Twitter access token is
set, a Tweet will be published with the title of the report and a link
to the full report.
Change-Id: Ife68d49c4d04a40b1a41a964225fd47dd514d819
diff --git a/go.mod b/go.mod
index 8a4c24f..bb8e3b9 100644
--- a/go.mod
+++ b/go.mod
@@ -4,6 +4,7 @@
require (
github.com/cenkalti/backoff/v4 v4.1.3
+ github.com/michimani/gotwi v0.13.0
go.skia.org/infra v0.0.0-20220714212951-8117921d36db
golang.org/x/exp v0.0.0-20220713135740-79cabaa25d75
google.golang.org/api v0.87.0