summaryrefslogtreecommitdiffhomepage
path: root/cmd/gvisor-website/go.mod
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2019-04-25 23:04:06 -0700
committerAdin Scannell <adin@scannell.ca>2019-04-26 16:07:24 -0700
commit921bd3ae92a287a804ab10e943ee1c4a498a816a (patch)
treece789ae7c6e8478dab3d9def917f669a614e8420 /cmd/gvisor-website/go.mod
parent66cc254a8710cdaeb6e56bb45aec1e51f696660a (diff)
cmd/gvisor-website: add /rebuild and cron
In order to ensure that the system call descriptions and other documentation that will be sourced from the main repository remains up to date, add a hook that allows the site to submit a rebuild to Google Cloud Builder. This can be triggered manually by an admin, or will be triggered every 24 hours by a new cron configuration.
Diffstat (limited to 'cmd/gvisor-website/go.mod')
-rw-r--r--cmd/gvisor-website/go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/gvisor-website/go.mod b/cmd/gvisor-website/go.mod
new file mode 100644
index 000000000..6cffff4b4
--- /dev/null
+++ b/cmd/gvisor-website/go.mod
@@ -0,0 +1,8 @@
+module main
+
+go 1.12
+
+require (
+ golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
+ google.golang.org/api v0.4.0
+)