summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--handlePatches.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/handlePatches.go b/handlePatches.go
index 05ecefa..b27bb6b 100644
--- a/handlePatches.go
+++ b/handlePatches.go
@@ -1,8 +1,12 @@
package main
import (
+ "net/http"
+
"go.wit.com/lib/protobuf/forgepb"
+ "go.wit.com/lib/protobuf/gitpb"
"go.wit.com/lib/protobuf/httppb"
+ "go.wit.com/log"
)
func addNewPatches(pb *forgepb.Patches, reqPB *httppb.HttpRequest) *forgepb.Patches {