File: go.mod

package info (click to toggle)
onedriver 0.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 616 kB
  • sloc: ansic: 132; makefile: 131; sh: 24
file content (16 lines) | stat: -rw-r--r-- 372 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/jstaf/onedriver

require (
	dario.cat/mergo v1.0.0
	github.com/coreos/go-systemd/v22 v22.3.2
	github.com/godbus/dbus/v5 v5.0.6
	github.com/gotk3/gotk3 v0.6.3
	github.com/hanwen/go-fuse/v2 v2.4.2
	github.com/rs/zerolog v1.26.1
	github.com/spf13/pflag v1.0.5
	github.com/stretchr/testify v1.7.0
	go.etcd.io/bbolt v1.3.6
	gopkg.in/yaml.v3 v3.0.1
)

go 1.13