summaryrefslogtreecommitdiff
path: root/commits.go
diff options
context:
space:
mode:
Diffstat (limited to 'commits.go')
-rw-r--r--commits.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commits.go b/commits.go
index c254403..3e60f22 100644
--- a/commits.go
+++ b/commits.go
@@ -3,8 +3,8 @@ package main
import (
"fmt"
"github.com/KatolaZ/git2go"
- "github.com/go-yaml/yaml"
"golang.org/x/crypto/openpgp"
+ "gopkg.in/yaml.v2"
"log"
"os"
"strings"