We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aecc111 commit d945c90Copy full SHA for d945c90
2 files changed
go.mod
@@ -0,0 +1,15 @@
1
+module github.com/Matrix86/cloudwatcher
2
+
3
+go 1.15
4
5
+require (
6
+ github.com/dropbox/dropbox-sdk-go-unofficial v5.6.0+incompatible
7
+ github.com/fsnotify/fsnotify v1.4.9
8
+ github.com/go-ini/ini v1.62.0 // indirect
9
+ github.com/minio/minio-go v6.0.14+incompatible
10
+ github.com/mitchellh/go-homedir v1.1.0 // indirect
11
+ github.com/smartystreets/goconvey v1.6.4 // indirect
12
+ golang.org/x/oauth2 v0.0.0-20210210192628-66670185b0cd
13
+ google.golang.org/api v0.39.0
14
+ gopkg.in/ini.v1 v1.62.0 // indirect
15
+)
0 commit comments