feat: added multi-arch builds
fix: do not start if certbot http port is unavailable
... | ... | @@ -9,11 +9,11 @@ require ( |
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect | ||
github.com/oschwald/maxminddb-golang v1.8.0 | ||
github.com/secure-io/sio-go v0.3.1 | ||
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad | ||
golang.org/x/net v0.0.0-20201224014010-6772e930b67b | ||
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5 | ||
golang.org/x/sys v0.0.0-20201223074533-0d417f636930 | ||
golang.org/x/text v0.3.4 // indirect | ||
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 | ||
golang.org/x/net v0.0.0-20210224082022-3d97a244fca7 | ||
golang.org/x/oauth2 v0.0.0-20210220000619-9bb904979d93 | ||
golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073 | ||
golang.org/x/text v0.3.5 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect | ||
) |
This diff is collapsed.
production-deployment-example.sh
100644 → 100755
File mode changed from 100644 to 100755
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment