summaryrefslogtreecommitdiff
path: root/new.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 23:18:46 -0600
committerJeff Carr <[email protected]>2024-11-29 23:18:46 -0600
commitb52c3c426af45ae45ee5d862834c9353bb0e5fb5 (patch)
treef6f6c8d2668cd418f936442c256aa412cb271d72 /new.go
parentc25e4dd406072793cab0589be6620bf6bc43ede5 (diff)
start moving things to gitpbv0.22.20
Diffstat (limited to 'new.go')
-rw-r--r--new.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/new.go b/new.go
index 2f81b9c..9fa15b9 100644
--- a/new.go
+++ b/new.go
@@ -4,8 +4,8 @@ import (
"os"
"strings"
- "go.wit.com/lib/protobuf/gitpb"
"go.wit.com/lib/gadgets"
+ "go.wit.com/lib/protobuf/gitpb"
"go.wit.com/log"
)