summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2017-07-21 14:38:46 +0100
committerKatolaZ <katolaz@freaknet.org>2017-07-21 14:38:46 +0100
commitb0aa804366af36f358b5f3eaf9caffaf6a59ec7d (patch)
treefed7bd25c5490d1a1572c85234c654747f27cdee
parent0a75342d34948296c7745c425e9c6ada6385d49a (diff)
damn yaml!
-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"