diff options
| author | Jeff Carr <[email protected]> | 2025-09-08 16:58:19 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-08 16:58:19 -0500 |
| commit | 34d9943e73ac63ab73e81e621ffa3d9a524c90a3 (patch) | |
| tree | 379572ac41aad9044ec929c3215fdb1c5eb2e633 | |
| parent | be62079b78357e58130c8632e53786d482a0ca45 (diff) | |
committed before checking build ;(v0.0.29
| -rw-r--r-- | handlePatches.go | 4 |
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 { |
