Initial commit
parents
Showing
.gitignore
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
go.mod
0 → 100644
module gitlab.com/steveazz/tlsctl | ||
go 1.13 | ||
require ( | ||
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa // indirect | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/urfave/cli v1.22.1 | ||
github.com/zakjan/cert-chain-resolver v0.0.0-20180703112424-6076e1ded272 // indirect | ||
gitlab.com/gitlab-org/gitlab-runner v12.4.0+incompatible | ||
) |
go.sum
0 → 100644
main.go
0 → 100644
save.go
0 → 100644
Please register or sign in to comment