gitforgefs/go.mod

10 lines
165 B
Modula-2

module github.com/badjware/gitlabfs
go 1.15
require (
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
)