github.com/swishcloud/filesync@v0.0.0-20231002120458-6ade2feed6f9/go.mod (about)

     1  module github.com/swishcloud/filesync
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/google/uuid v1.2.0
     7  	github.com/mattn/go-sqlite3 v1.14.7
     8  	github.com/spf13/cobra v1.1.3
     9  	github.com/swishcloud/gostudy v0.0.0-20210425093220-d43a5c8312ae
    10  	golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
    11  	gopkg.in/yaml.v2 v2.4.0
    12  )