Skip to content

Commit c825e5a

Browse files
committed
go.mod: update to latest gitobj
Update to the latest gitobj to ensure that we build against a version that closes all blob files properly.
1 parent 5a3e5e9 commit c825e5a

File tree

5 files changed

+51
-9
lines changed

5 files changed

+51
-9
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/git-lfs/git-lfs
33
require (
44
github.com/ThomsonReutersEikon/go-ntlm v0.0.0-20151030004737-b00ec39bbdd0
55
github.com/alexbrainman/sspi v0.0.0-20180125232955-4729b3d4d858
6-
github.com/git-lfs/gitobj v1.0.0
6+
github.com/git-lfs/gitobj v1.1.0
77
github.com/git-lfs/go-netrc v0.0.0-20180525200031-e0e9ca483a18
88
github.com/git-lfs/wildmatch v1.0.0
99
github.com/inconshreveable/mousetrap v1.0.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ github.com/alexbrainman/sspi v0.0.0-20180125232955-4729b3d4d858 h1:OZQyEhf4Bviyd
44
github.com/alexbrainman/sspi v0.0.0-20180125232955-4729b3d4d858/go.mod h1:976q2ETgjT2snVCf2ZaBnyBbVoPERGjUz+0sofzEfro=
55
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
66
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
7-
github.com/git-lfs/gitobj v1.0.0 h1:+tZj++WOWMNTMP3aMJrKel8ogWkN+hRRCGNVUE+UXio=
8-
github.com/git-lfs/gitobj v1.0.0/go.mod h1:EdPNGHVxXe1jTuNXzZT1+CdJCuASoDSLPQuvNOo9nGM=
7+
github.com/git-lfs/gitobj v1.1.0 h1:XRUyk5nKYTWiO8U4cokO5QeoNUNBL8LKS+jXxXZdCTA=
8+
github.com/git-lfs/gitobj v1.1.0/go.mod h1:EdPNGHVxXe1jTuNXzZT1+CdJCuASoDSLPQuvNOo9nGM=
99
github.com/git-lfs/go-netrc v0.0.0-20180525200031-e0e9ca483a18 h1:7Th0eBA4rT8WJNiM1vppjaIv9W5WJinhpbCJvRJxloI=
1010
github.com/git-lfs/go-netrc v0.0.0-20180525200031-e0e9ca483a18/go.mod h1:70O4NAtvWn1jW8V8V+OKrJJYcxDLTmIozfi2fmSz5SI=
1111
github.com/git-lfs/wildmatch v1.0.0 h1:TKsxqSrEXWj73N4xGcN/ISal8/JJOiAcOv9LH6Zprxw=

vendor/github.com/git-lfs/gitobj/backend.go

Lines changed: 46 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/git-lfs/gitobj/object_db.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ github.com/alexbrainman/sspi
66
github.com/alexbrainman/sspi/ntlm
77
# github.com/davecgh/go-spew v1.1.1
88
github.com/davecgh/go-spew/spew
9-
# github.com/git-lfs/gitobj v1.0.0
9+
# github.com/git-lfs/gitobj v1.1.0
1010
github.com/git-lfs/gitobj
1111
github.com/git-lfs/gitobj/errors
1212
github.com/git-lfs/gitobj/pack

0 commit comments

Comments
 (0)