feat: ensure google cloud run compatibility (#3388)

* feat: ensure google cloud run compatibility

* from scratch docker image

* fall back to cloud run container id for sonyflake
This commit is contained in:
Elio Bischof
2022-03-31 10:49:08 +02:00
committed by GitHub
parent 958362e6c9
commit 55af4a18a2
4 changed files with 58 additions and 5 deletions

2
go.mod
View File

@@ -44,7 +44,6 @@ require (
github.com/pquerna/otp v1.3.0
github.com/rakyll/statik v0.1.7
github.com/rs/cors v1.8.0
github.com/sirupsen/logrus v1.8.1
github.com/sony/sonyflake v1.0.0
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.1
@@ -153,6 +152,7 @@ require (
github.com/prometheus/procfs v0.6.0 // indirect
github.com/rs/xid v1.2.1 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/afero v1.8.1 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect