File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
- // Copyright 2023 Blink Labs Software
1
+ // Copyright 2025 Blink Labs Software
2
2
//
3
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
4
// you may not use this file except in compliance with the License.
@@ -20,13 +20,14 @@ import (
20
20
"fmt"
21
21
"os"
22
22
23
+ "github.com/blinklabs-io/gouroboros/cbor"
24
+ "golang.org/x/oauth2/google"
25
+
23
26
"github.com/blinklabs-io/adder/event"
24
- "github.com/blinklabs-io/adder/fcm"
25
27
"github.com/blinklabs-io/adder/input/chainsync"
26
28
"github.com/blinklabs-io/adder/internal/logging"
29
+ "github.com/blinklabs-io/adder/output/push/fcm"
27
30
"github.com/blinklabs-io/adder/plugin"
28
- "github.com/blinklabs-io/gouroboros/cbor"
29
- "golang.org/x/oauth2/google"
30
31
)
31
32
32
33
type PushOutput struct {
You can’t perform that action at this time.
0 commit comments