-
- Downloads
added openssl ctx for api calls
... | ... | @@ -13,6 +13,7 @@ require ( |
github.com/golang-jwt/jwt v3.2.1+incompatible | ||
github.com/google/uuid v1.3.0 | ||
github.com/jlaffaye/ftp v0.1.0 | ||
github.com/pexip/go-openssl v0.2.6 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/sirupsen/logrus v1.9.0 | ||
github.com/urfave/cli v1.22.5 | ||
... | ... | @@ -56,6 +57,7 @@ require ( |
github.com/kr/fs v0.1.0 // indirect | ||
github.com/leodido/go-urn v1.2.4 // indirect | ||
github.com/mattn/go-isatty v0.0.19 // indirect | ||
github.com/mattn/go-pointer v0.0.1 // indirect | ||
github.com/mitchellh/mapstructure v1.4.2 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
... | ... | @@ -102,6 +104,6 @@ require ( |
github.com/go-logfmt/logfmt v0.6.0 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/spf13/afero v1.9.5 // indirect | ||
golang.org/x/oauth2 v0.8.0 // indirect | ||
golang.org/x/oauth2 v0.8.0 | ||
google.golang.org/api v0.122.0 // indirect | ||
) |
Please register or sign in to comment