File tree Expand file tree Collapse file tree 4 files changed +32
-1
lines changed Expand file tree Collapse file tree 4 files changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ require (
128128 gopkg.in/src-d/go-git.v4 v4.12.0
129129 gopkg.in/stretchr/testify.v1 v1.2.2 // indirect
130130 gopkg.in/testfixtures.v2 v2.5.0
131+ gopkg.in/yaml.v2 v2.2.2 // indirect
131132 mvdan.cc/xurls/v2 v2.0.0
132133 strk.kbt.io/projects/go/libravatar v0.0.0-20160628055650-5eed7bff870a
133134 xorm.io/builder v0.3.5
Original file line number Diff line number Diff line change @@ -448,6 +448,8 @@ gopkg.in/warnings.v0 v0.1.2 h1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME=
448448gopkg.in/warnings.v0 v0.1.2 /go.mod h1:jksf8JmL6Qr/oQM2OXTHunEvvTAsrWBLb6OOjuVWRNI =
449449gopkg.in/yaml.v2 v2.2.1 h1:mUhvW9EsL+naU5Q3cakzfE91YhliOondGd6ZrsDBHQE =
450450gopkg.in/yaml.v2 v2.2.1 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
451+ gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw =
452+ gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
451453mvdan.cc/xurls/v2 v2.0.0 h1:r1zSOSNS/kqtpmATyMMMvaZ4/djsesbYz5kr0+qMRWc =
452454mvdan.cc/xurls/v2 v2.0.0 /go.mod h1:2/webFPYOXN9jp/lzuj0zuAVlF+9g4KPFJANH1oJhRU =
453455strk.kbt.io/projects/go/libravatar v0.0.0-20160628055650-5eed7bff870a h1:8q33ShxKXRwQ7JVd1ZnhIU3hZhwwn0Le+4fTeAackuM =
Original file line number Diff line number Diff line change @@ -478,7 +478,7 @@ gopkg.in/src-d/go-git.v4/plumbing/transport/server
478478gopkg.in/testfixtures.v2
479479# gopkg.in/warnings.v0 v0.1.2
480480gopkg.in/warnings.v0
481- # gopkg.in/yaml.v2 v2.2.1
481+ # gopkg.in/yaml.v2 v2.2.2
482482gopkg.in/yaml.v2
483483# mvdan.cc/xurls/v2 v2.0.0
484484mvdan.cc/xurls/v2
You can’t perform that action at this time.
0 commit comments