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
|
|
|
|
|
golang.org/x/net v0.0.0-20210908191846-a5e095526f91
|
2021-09-26 04:21:03 +00:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2021-09-10 05:34:02 +00:00
|
|
|
)
|