diff options
author | Dave Henderson <dhenderson@gmail.com> | 2018-10-29 09:24:13 -0400 |
---|---|---|
committer | Dave Henderson <dhenderson@gmail.com> | 2018-10-29 09:24:13 -0400 |
commit | 4c068683f67319138a24137192e41537caedc397 (patch) | |
tree | 9401859273b3408ed8270a865ca56679306666ca /go.mod | |
parent | 414b0276285a2bb91ad16ed9c0c147ad6286df70 (diff) | |
download | go-git-4c068683f67319138a24137192e41537caedc397.tar.gz |
update gcfg dependency to v1.4.0
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ require ( github.com/pkg/errors v0.8.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/sergi/go-diff v1.0.0 - github.com/src-d/gcfg v1.3.0 + github.com/src-d/gcfg v1.4.0 github.com/stretchr/testify v1.2.2 // indirect github.com/xanzy/ssh-agent v0.2.0 golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 |