Description: Use packaged golang-github-djheris-times-dev module
 Upstream currently uses gopkg.in/djheris/times.v1, so patch this
 out and use the module as packaged in Debian
Author: Nick Morrott <nickm@debian.org>
Forwarded: not-needed
Last-Update: 2022-05-01
---
--- a/go.mod
+++ b/go.mod
@@ -8,4 +8,5 @@
 	golang.org/x/sys v0.0.0-20220209214540-3681064d5158
 	golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d
 	gopkg.in/djherbis/times.v1 v1.2.0
+    github.com/djherbis/times v1.2.0
 )
--- a/nav.go
+++ b/nav.go
@@ -15,7 +15,7 @@
 	"strings"
 	"time"
 
-	times "gopkg.in/djherbis/times.v1"
+	times "github.com/djherbis/times"
 )
 
 type linkState byte
