Start with go version
This commit is contained in:
11
src/go.mod
Normal file
11
src/go.mod
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user