Skip to content

Commit 7f4a8fa

Browse files
authored
Merge pull request #1544 from spaceuptech/letsencrypt-fix
Letsencrypt fix
2 parents 22fe8cf + 564490e commit 7f4a8fa

File tree

6 files changed

+45
-204
lines changed

6 files changed

+45
-204
lines changed

gateway/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ require (
66
github.com/Masterminds/semver v1.5.0 // indirect
77
github.com/Masterminds/sprig v2.22.0+incompatible
88
github.com/aws/aws-sdk-go v1.34.28
9+
github.com/caddyserver/certmagic v0.12.0
910
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
1011
github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc
1112
github.com/dgrijalva/jwt-go v3.2.0+incompatible
@@ -30,7 +31,6 @@ require (
3031
github.com/lestrrat-go/jwx v1.0.4
3132
github.com/lib/pq v1.2.0
3233
github.com/mattn/go-sqlite3 v1.11.0 // indirect
33-
github.com/mholt/certmagic v0.9.1
3434
github.com/mitchellh/copystructure v1.0.0 // indirect
3535
github.com/mitchellh/mapstructure v1.3.3
3636
github.com/opentracing/opentracing-go v1.1.0 // indirect
@@ -45,7 +45,7 @@ require (
4545
github.com/xdg/stringprep v1.0.0 // indirect
4646
go.etcd.io/bbolt v1.3.3
4747
go.mongodb.org/mongo-driver v1.4.4
48-
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
48+
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
4949
golang.org/x/net v0.0.0-20201006153459-a7d1128ccaa0
5050
google.golang.org/api v0.18.0
5151
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect

0 commit comments

Comments
 (0)