chore: migrate to new org. (#824)

This commit is contained in:
Ludovic Fernandez 2019-03-11 17:56:48 +01:00 committed by GitHub
parent a483b4afaa
commit 3edb75872d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
244 changed files with 673 additions and 673 deletions

View file

@ -1,4 +1,4 @@
package cmd // import "github.com/xenolf/lego/cmd"
package cmd
import (
"crypto/x509"
@ -9,11 +9,11 @@ import (
"strings"
"time"
"github.com/go-acme/lego/certcrypto"
"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/certcrypto"
"github.com/xenolf/lego/lego"
"github.com/xenolf/lego/log"
"github.com/xenolf/lego/registration"
)
const filePerm os.FileMode = 0600