git-lfs/go.mod
brian m. carlson 902e855f32 go.mod: update gitobj to the latest master
In a future commit, we'll use the latest gitobj's untyped Object
function and storage functionality.  Update the repository to the latest
master and vendor the dependencies.
2018-09-11 17:43:19 +00:00

22 lines
1.1 KiB
Modula-2

module github.com/git-lfs/git-lfs
require (
github.com/ThomsonReutersEikon/go-ntlm v0.0.0-20151030004737-b00ec39bbdd0
github.com/alexbrainman/sspi v0.0.0-20180125232955-4729b3d4d858
github.com/git-lfs/gitobj v0.0.0-20180907143119-1e97572956c1
github.com/git-lfs/go-netrc v0.0.0-20180525200031-e0e9ca483a18
github.com/git-lfs/wildmatch v1.0.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/kr/pty v0.0.0-20150511174710-5cf931ef8f76
github.com/olekukonko/ts v0.0.0-20171002115256-78ecb04241c0
github.com/pkg/errors v0.0.0-20170505043639-c605e284fe17
github.com/rubyist/tracerx v0.0.0-20170927163412-787959303086
github.com/spf13/cobra v0.0.0-20150809222549-c55cdf33856a
github.com/spf13/pflag v0.0.0-20150814225300-580b9be06c33 // indirect
github.com/stretchr/testify v1.2.2
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v0.0.0-20170210233622-6b67b3fab74d
golang.org/x/sys v0.0.0-20180831094639-fa5fdf94c789 // indirect
)