Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Fix context import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerger committed Nov 5, 2023
1 parent 6984a71 commit c1828d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event-handler/teleport_events_watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ limitations under the License.
package main

import (
"context"
"fmt"
"time"

"github.com/gravitational/trace"

Check failure on line 24 in event-handler/teleport_events_watcher.go

View workflow job for this annotation

GitHub Actions / Plugins Lint (Go)

File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/gravitational/teleport-plugins) --custom-order (gci)
log "github.com/sirupsen/logrus"
"golang.org/x/net/context"

"github.com/gravitational/teleport/api/client"
"github.com/gravitational/teleport/api/client/proto"
Expand Down

0 comments on commit c1828d1

Please sign in to comment.