Skip to content

Commit 8c3cc2d

Browse files
committed
internal/utils: Cleanup and IGL unification
With #64 and #127 being merged, most of the internal/utils package is moved to the IGL and can be removed here. This is another step to unify our Go codebase.
1 parent 9630e82 commit 8c3cc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifications/plugin/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66
"errors"
77
"fmt"
88
"github.com/icinga/icinga-go-library/types"
9+
"github.com/icinga/icinga-go-library/utils"
910
"github.com/icinga/icinga-notifications/internal/event"
10-
"github.com/icinga/icinga-notifications/internal/utils"
1111
"github.com/icinga/icinga-notifications/pkg/rpc"
1212
"io"
1313
"log"

0 commit comments

Comments
 (0)