From 9c65399ad875cbe047b17a07f25a876641624318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Grill?= Date: Fri, 7 Jun 2024 18:14:42 +0200 Subject: [PATCH] rebrand to org --- .github/dependabot.yml | 6 ++++++ cmd/list/main.go | 4 ++-- go.mod | 2 +- paho/pubsub.go | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..2fa7d77 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gomod" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" diff --git a/cmd/list/main.go b/cmd/list/main.go index ab67ffa..9012982 100644 --- a/cmd/list/main.go +++ b/cmd/list/main.go @@ -3,9 +3,9 @@ package main import ( "log" - "github.com/balazsgrill/hass" - "github.com/balazsgrill/hass/paho" mqtt "github.com/eclipse/paho.mqtt.golang" + "github.com/home2mqtt/hass" + "github.com/home2mqtt/hass/paho" ) type logConsumer struct{} diff --git a/go.mod b/go.mod index 2ab2f03..42fb277 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/balazsgrill/hass +module github.com/home2mqtt/hass go 1.18 diff --git a/paho/pubsub.go b/paho/pubsub.go index b226fc9..e54b9cb 100644 --- a/paho/pubsub.go +++ b/paho/pubsub.go @@ -3,8 +3,8 @@ package paho import ( "log" - "github.com/balazsgrill/hass" mqtt "github.com/eclipse/paho.mqtt.golang" + "github.com/home2mqtt/hass" ) type msg struct {