gitforgefs/go.mod

10 lines
156 B
Modula-2

module github.com/badjware/gitlabfs
go 1.15
require (
github.com/hanwen/go-fuse/v2 v2.0.3
github.com/xanzy/go-gitlab v0.44.0
gopkg.in/yaml.v2 v2.4.0
)