16 lines
391 B
Modula-2
16 lines
391 B
Modula-2
module github.com/badjware/gitlabfs
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
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
|
|
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
|
|
gopkg.in/src-d/go-billy.v4 v4.3.2
|
|
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
|
|
gopkg.in/yaml.v2 v2.2.4
|
|
)
|