Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 078b8dc490 | |||
| 14aaa8a0ed | |||
| 1f4d59d84e | |||
| 3643a479ab |
2
calls.go
2
calls.go
@@ -5,7 +5,7 @@ import (
|
|||||||
|
|
||||||
"github.com/godbus/dbus/v5"
|
"github.com/godbus/dbus/v5"
|
||||||
"github.com/rs/zerolog/log"
|
"github.com/rs/zerolog/log"
|
||||||
"go.arsenm.dev/infinitime"
|
"gitea.arsenm.dev/Arsen6331/infinitime"
|
||||||
)
|
)
|
||||||
|
|
||||||
func initCallNotifs(dev *infinitime.Device) error {
|
func initCallNotifs(dev *infinitime.Device) error {
|
||||||
|
|||||||
4
go.mod
4
go.mod
@@ -1,4 +1,4 @@
|
|||||||
module go.arsenm.dev/itd
|
module gitea.arsenm.dev/cpyarger/itd
|
||||||
|
|
||||||
go 1.17
|
go 1.17
|
||||||
|
|
||||||
@@ -15,7 +15,7 @@ require (
|
|||||||
github.com/smallnest/rpcx v1.7.4
|
github.com/smallnest/rpcx v1.7.4
|
||||||
github.com/urfave/cli/v2 v2.3.0
|
github.com/urfave/cli/v2 v2.3.0
|
||||||
github.com/vmihailenco/msgpack/v5 v5.3.5
|
github.com/vmihailenco/msgpack/v5 v5.3.5
|
||||||
go.arsenm.dev/infinitime v0.0.0-20220424030849-6c3f1b14c948
|
gitea.arsenm.dev/Arsen6331/infinitime v0.0.0-20220424030849-6c3f1b14c948
|
||||||
golang.org/x/text v0.3.7
|
golang.org/x/text v0.3.7
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
2
main.go
2
main.go
@@ -31,7 +31,7 @@ import (
|
|||||||
"github.com/mattn/go-isatty"
|
"github.com/mattn/go-isatty"
|
||||||
"github.com/rs/zerolog"
|
"github.com/rs/zerolog"
|
||||||
"github.com/rs/zerolog/log"
|
"github.com/rs/zerolog/log"
|
||||||
"go.arsenm.dev/infinitime"
|
"gitea.arsenm.dev/cpyarger/itd"
|
||||||
)
|
)
|
||||||
|
|
||||||
var k = koanf.New(".")
|
var k = koanf.New(".")
|
||||||
|
|||||||
Reference in New Issue
Block a user