github.com/jstaf/onedriver@v0.14.2-0.20240420231225-f07678f9e6ef/go.mod (about)

     1  module github.com/jstaf/onedriver
     2  
     3  require (
     4  	github.com/coreos/go-systemd/v22 v22.3.2
     5  	github.com/godbus/dbus/v5 v5.0.6
     6  	github.com/gotk3/gotk3 v0.6.3
     7  	github.com/hanwen/go-fuse/v2 v2.4.2
     8  	github.com/imdario/mergo v0.3.13
     9  	github.com/rs/zerolog v1.26.1
    10  	github.com/spf13/pflag v1.0.5
    11  	github.com/stretchr/testify v1.7.0
    12  	go.etcd.io/bbolt v1.3.6
    13  	gopkg.in/yaml.v3 v3.0.1
    14  )
    15  
    16  go 1.13