Skip to content

Commit 04436c8

Browse files
committed
Add major version to module identifier to comply with go.mod requirements
1 parent 17e1584 commit 04436c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/zone-operations/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
import (
44
"encoding/json"
55
"fmt"
6-
"github.com/joeig/go-powerdns"
6+
"github.com/joeig/go-powerdns/v2"
77
"log"
88
"math/rand"
99
"time"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/joeig/go-powerdns
1+
module github.com/joeig/go-powerdns/v2
22

33
go 1.13
44

0 commit comments

Comments
 (0)