aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/config/decoder.go
diff options
context:
space:
mode:
Diffstat (limited to 'plumbing/format/config/decoder.go')
-rw-r--r--plumbing/format/config/decoder.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/format/config/decoder.go b/plumbing/format/config/decoder.go
index 0f02ce1..8e52d57 100644
--- a/plumbing/format/config/decoder.go
+++ b/plumbing/format/config/decoder.go
@@ -3,7 +3,7 @@ package config
import (
"io"
- "github.com/src-d/gcfg"
+ "github.com/go-git/gcfg"
)
// A Decoder reads and decodes config files from an input stream.