Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit dfd6c82

Browse files
authored
Merge pull request #1005 from hairyhenderson/update-gcfg-1.4.0
update gcfg dependency to v1.4.0
2 parents af3487d + 4c06868 commit dfd6c82

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/pkg/errors v0.8.0 // indirect
1717
github.com/pmezard/go-difflib v1.0.0 // indirect
1818
github.com/sergi/go-diff v1.0.0
19-
github.com/src-d/gcfg v1.3.0
19+
github.com/src-d/gcfg v1.4.0
2020
github.com/stretchr/testify v1.2.2 // indirect
2121
github.com/xanzy/ssh-agent v0.2.0
2222
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ github.com/sergi/go-diff v1.0.0 h1:Kpca3qRNrduNnOQeazBd0ysaKrUJiIuISHxogkT9RPQ=
3535
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
3636
github.com/src-d/gcfg v1.3.0 h1:2BEDr8r0I0b8h/fOqwtxCEiq2HJu8n2JGZJQFGXWLjg=
3737
github.com/src-d/gcfg v1.3.0/go.mod h1:p/UMsR43ujA89BJY9duynAwIpvqEujIH/jFlfL7jWoI=
38+
github.com/src-d/gcfg v1.4.0 h1:xXbNR5AlLSA315x2UO+fTSSAXCDf+Ar38/6oyGbDKQ4=
39+
github.com/src-d/gcfg v1.4.0/go.mod h1:p/UMsR43ujA89BJY9duynAwIpvqEujIH/jFlfL7jWoI=
3840
github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1w=
3941
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
4042
github.com/xanzy/ssh-agent v0.2.0 h1:Adglfbi5p9Z0BmK2oKU9nTG+zKfniSfnaMYB+ULd+Ro=

0 commit comments

Comments
 (0)