2024-09-10 10:08:12 +02:00
|
|
|
module github.com/t-liu93/home-automation-backend
|
|
|
|
|
|
|
|
|
|
go 1.23.0
|
|
|
|
|
|
|
|
|
|
require github.com/jomei/notionapi v1.13.2
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
|
github.com/spf13/cobra v1.8.1 // indirect
|
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2024-09-10 15:51:18 +02:00
|
|
|
golang.org/x/crypto v0.27.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
|
|
|
golang.org/x/term v0.24.0 // indirect
|
2024-09-10 10:08:12 +02:00
|
|
|
)
|