aboutsummaryrefslogtreecommitdiff
path: root/cmd/batch
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/batch')
-rw-r--r--cmd/batch/args.go2
-rw-r--r--cmd/batch/files.go2
-rw-r--r--cmd/batch/main.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/cmd/batch/args.go b/cmd/batch/args.go
index ab7d03f..820baf1 100644
--- a/cmd/batch/args.go
+++ b/cmd/batch/args.go
@@ -5,7 +5,7 @@ import (
"fmt"
"time"
- "dim13.org/acme"
+ "github.com/dim13/acme"
)
type Domains []string
diff --git a/cmd/batch/files.go b/cmd/batch/files.go
index 20cb6e1..044b063 100644
--- a/cmd/batch/files.go
+++ b/cmd/batch/files.go
@@ -11,7 +11,7 @@ import (
"path/filepath"
"time"
- "dim13.org/acme"
+ "github.com/dim13/acme"
)
type Cert struct {
diff --git a/cmd/batch/main.go b/cmd/batch/main.go
index a637fe2..33cfcfc 100644
--- a/cmd/batch/main.go
+++ b/cmd/batch/main.go
@@ -4,7 +4,7 @@ import (
"log"
"path"
- "dim13.org/acme"
+ "github.com/dim13/acme"
)
func startSolvers() (acme.Solvers, error) {