From 64d2ff883948f0ac12eb521f74400bdafd3ca67f Mon Sep 17 00:00:00 2001 From: Josh Schriever Date: Fri, 5 Mar 2021 09:02:23 -0600 Subject: [PATCH] update path to sabhiram/go-gitignore see https://github.com/sabhiram/go-gitignore/commit/24b2447174be370e56ea86a72f00a76258606067 --- drive/sync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive/sync.go b/drive/sync.go index 35ab16eb..4b2d08b9 100644 --- a/drive/sync.go +++ b/drive/sync.go @@ -2,7 +2,7 @@ package drive import ( "fmt" - "github.com/sabhiram/go-git-ignore" + "github.com/sabhiram/go-gitignore" "github.com/soniakeys/graph" "google.golang.org/api/drive/v3" "google.golang.org/api/googleapi"