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 (
128
128
gopkg.in/src-d/go-git.v4 v4.12.0
129
129
gopkg.in/stretchr/testify.v1 v1.2.2 // indirect
130
130
gopkg.in/testfixtures.v2 v2.5.0
131
+ gopkg.in/yaml.v2 v2.2.2 // indirect
131
132
mvdan.cc/xurls/v2 v2.0.0
132
133
strk.kbt.io/projects/go/libravatar v0.0.0-20160628055650-5eed7bff870a
133
134
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=
448
448
gopkg.in/warnings.v0 v0.1.2 /go.mod h1:jksf8JmL6Qr/oQM2OXTHunEvvTAsrWBLb6OOjuVWRNI =
449
449
gopkg.in/yaml.v2 v2.2.1 h1:mUhvW9EsL+naU5Q3cakzfE91YhliOondGd6ZrsDBHQE =
450
450
gopkg.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 =
451
453
mvdan.cc/xurls/v2 v2.0.0 h1:r1zSOSNS/kqtpmATyMMMvaZ4/djsesbYz5kr0+qMRWc =
452
454
mvdan.cc/xurls/v2 v2.0.0 /go.mod h1:2/webFPYOXN9jp/lzuj0zuAVlF+9g4KPFJANH1oJhRU =
453
455
strk.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
478
478
gopkg.in/testfixtures.v2
479
479
# gopkg.in/warnings.v0 v0.1.2
480
480
gopkg.in/warnings.v0
481
- # gopkg.in/yaml.v2 v2.2.1
481
+ # gopkg.in/yaml.v2 v2.2.2
482
482
gopkg.in/yaml.v2
483
483
# mvdan.cc/xurls/v2 v2.0.0
484
484
mvdan.cc/xurls/v2
You can’t perform that action at this time.
0 commit comments