@@ -6,6 +6,7 @@ require (
6
6
github.com/Masterminds/semver v1.5.0 // indirect
7
7
github.com/Masterminds/sprig v2.22.0+incompatible
8
8
github.com/aws/aws-sdk-go v1.34.28
9
+ github.com/caddyserver/certmagic v0.12.0
9
10
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
10
11
github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc
11
12
github.com/dgrijalva/jwt-go v3.2.0+incompatible
@@ -30,7 +31,6 @@ require (
30
31
github.com/lestrrat-go/jwx v1.0.4
31
32
github.com/lib/pq v1.2.0
32
33
github.com/mattn/go-sqlite3 v1.11.0 // indirect
33
- github.com/mholt/certmagic v0.9.1
34
34
github.com/mitchellh/copystructure v1.0.0 // indirect
35
35
github.com/mitchellh/mapstructure v1.3.3
36
36
github.com/opentracing/opentracing-go v1.1.0 // indirect
@@ -45,7 +45,7 @@ require (
45
45
github.com/xdg/stringprep v1.0.0 // indirect
46
46
go.etcd.io/bbolt v1.3.3
47
47
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
49
49
golang.org/x/net v0.0.0-20201006153459-a7d1128ccaa0
50
50
google.golang.org/api v0.18.0
51
51
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
0 commit comments