We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e1584 commit 04436c8Copy full SHA for 04436c8
examples/zone-operations/main.go
@@ -3,7 +3,7 @@ package main
3
import (
4
"encoding/json"
5
"fmt"
6
- "github.com/joeig/go-powerdns"
+ "github.com/joeig/go-powerdns/v2"
7
"log"
8
"math/rand"
9
"time"
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/joeig/go-powerdns
+module github.com/joeig/go-powerdns/v2
2
go 1.13
0 commit comments