Skip to content

Commit 241417b

Browse files
authored
Merge pull request choria-io#2062 from ripienaar/2029.6
(choria-io#2029) correct package name for pluginswatcher
2 parents 0ed3e47 + dac882a commit 241417b

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

aagent/watchers/pluginswatcher/fs.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// Copyright (c) 2021, R.I. Pienaar and the Choria Project contributors
1+
// Copyright (c) 2021-2023, R.I. Pienaar and the Choria Project contributors
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

5-
package machines
5+
package pluginswatcher
66

77
import (
88
_ "embed"

aagent/watchers/pluginswatcher/matcher.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// Copyright (c) 2021-2022, R.I. Pienaar and the Choria Project contributors
1+
// Copyright (c) 2021-2023, R.I. Pienaar and the Choria Project contributors
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

5-
package machines
5+
package pluginswatcher
66

77
import (
88
"fmt"

aagent/watchers/pluginswatcher/plugin.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// Copyright (c) 2021-2022, R.I. Pienaar and the Choria Project contributors
1+
// Copyright (c) 2021-2023, R.I. Pienaar and the Choria Project contributors
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

5-
package machines
5+
package pluginswatcher
66

77
import (
88
"github.com/choria-io/go-choria/aagent/watchers/plugin"

aagent/watchers/pluginswatcher/plugins.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

5-
package machines
5+
package pluginswatcher
66

77
import (
88
"bytes"

aagent/watchers/pluginswatcher/plugins_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

5-
package machines
5+
package pluginswatcher
66

77
import (
88
"crypto/ed25519"

aagent/watchers/pluginswatcher/specification.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

5-
package machines
5+
package pluginswatcher
66

77
import (
88
"crypto/ed25519"

aagent/watchers/pluginswatcher/state_notification.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// Copyright (c) 2021, R.I. Pienaar and the Choria Project contributors
1+
// Copyright (c) 2021-2023, R.I. Pienaar and the Choria Project contributors
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

5-
package machines
5+
package pluginswatcher
66

77
import (
88
"encoding/json"

0 commit comments

Comments
 (0)