This commit is contained in:
Jeff Carr 2024-12-17 23:59:24 -06:00
parent 7104e8f972
commit c5fb46c60d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package main
import (
"fmt"
git "go.wit.com/lib/git2go"
git "go.wit.com/lib/libgit2"
"go.wit.com/log"
)