Adrià Vilanova MartÃnez | 250457f | 2021-08-08 01:23:14 +0200 | [diff] [blame] | 1 | module gomodules.avm99963.com/gitwatcher |
| 2 | |
| 3 | go 1.16 |
| 4 | |
| 5 | require ( |
| 6 | cloud.google.com/go/pubsub v1.8.2 |
| 7 | github.com/ReneKroon/ttlcache/v2 v2.7.0 |
| 8 | github.com/google/go-cmp v0.5.6 // indirect |
| 9 | go.opencensus.io v0.23.0 // indirect |
| 10 | go.skia.org/infra v0.0.0-20210730185033-35acbf78a3c5 |
| 11 | golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 // indirect |
| 12 | golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect |
| 13 | google.golang.org/api v0.52.0 // indirect |
| 14 | google.golang.org/genproto v0.0.0-20210722135532-667f2b7c528f // indirect |
| 15 | ) |