File size: 524 Bytes
5d65746 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | module notion-manager
go 1.26
require (
github.com/andybalholm/brotli v1.0.6
github.com/emersion/go-imap/v2 v2.0.0-beta.8
github.com/klauspost/compress v1.17.11
github.com/refraction-networking/utls v1.8.2
golang.org/x/net v0.52.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/emersion/go-message v0.18.2 // indirect
github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6 // indirect
golang.org/x/crypto v0.49.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/text v0.35.0 // indirect
)
|