about summary refs log tree commit diff
path: root/ops/kontemplate/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'ops/kontemplate/main.go')
-rw-r--r--ops/kontemplate/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/kontemplate/main.go b/ops/kontemplate/main.go
index e55d42465c6b..c98229f5cd97 100644
--- a/ops/kontemplate/main.go
+++ b/ops/kontemplate/main.go
@@ -21,9 +21,9 @@ import (
 	"os/exec"
 	"strings"
 
+	"github.com/alecthomas/kingpin/v2"
 	"github.com/tazjin/kontemplate/context"
 	"github.com/tazjin/kontemplate/templater"
-	"gopkg.in/alecthomas/kingpin.v2"
 )
 
 const version string = "1.8.0"