2020-12-26 19:36:09 +00:00
|
|
|
module github.com/badjware/gitlabfs
|
|
|
|
|
|
|
|
go 1.15
|
2020-12-27 03:30:19 +00:00
|
|
|
|
2020-12-27 07:23:00 +00:00
|
|
|
require (
|
2020-12-29 02:37:18 +00:00
|
|
|
github.com/go-git/go-billy/v5 v5.0.0
|
|
|
|
github.com/go-git/go-git v4.7.0+incompatible
|
|
|
|
github.com/go-git/go-git/v5 v5.2.0
|
2020-12-27 07:23:00 +00:00
|
|
|
github.com/hanwen/go-fuse v1.0.0
|
|
|
|
github.com/hanwen/go-fuse/v2 v2.0.3
|
|
|
|
github.com/xanzy/go-gitlab v0.40.2
|
2020-12-31 02:18:18 +00:00
|
|
|
gopkg.in/src-d/go-billy.v4 v4.3.2
|
2020-12-29 02:37:18 +00:00
|
|
|
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
|
2020-12-30 23:00:37 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.4
|
2020-12-27 07:23:00 +00:00
|
|
|
)
|