13 lines
338 B
Modula-2
13 lines
338 B
Modula-2
module github.com/ldez/traefik-certs-dumper/v2
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/abronan/valkeyrie v0.0.0-20190822142731-f2e1850dc905
|
|
github.com/fsnotify/fsnotify v1.4.8-0.20190312181446-1485a34d5d57
|
|
github.com/go-acme/lego/v3 v3.0.2
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/viper v1.4.0
|
|
)
|