-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 701 Bytes
/
Copy pathgo.mod
File metadata and controls
23 lines (20 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/aleskandro/nextcloud-kobo-synchronizer
go 1.23.0
require (
github.com/godbus/dbus/v5 v5.1.0
github.com/google/go-github/v55 v55.0.0
github.com/stretchr/testify v1.9.0
github.com/studio-b12/gowebdav v0.9.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
github.com/cloudflare/circl v1.3.3 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/sys v0.23.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)