chore: migrate to new org. (#824)
This commit is contained in:
parent
a483b4afaa
commit
3edb75872d
244 changed files with 673 additions and 673 deletions
|
@ -1,4 +1,4 @@
|
|||
package cmd // import "github.com/xenolf/lego/cmd"
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"bufio"
|
||||
|
@ -6,11 +6,11 @@ import (
|
|||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/go-acme/lego/certificate"
|
||||
"github.com/go-acme/lego/lego"
|
||||
"github.com/go-acme/lego/log"
|
||||
"github.com/go-acme/lego/registration"
|
||||
"github.com/urfave/cli"
|
||||
"github.com/xenolf/lego/certificate"
|
||||
"github.com/xenolf/lego/lego"
|
||||
"github.com/xenolf/lego/log"
|
||||
"github.com/xenolf/lego/registration"
|
||||
)
|
||||
|
||||
func createRun() cli.Command {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue