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

Commit

Permalink
Fix go imports
Browse files Browse the repository at this point in the history
  • Loading branch information
strideynet committed Oct 31, 2023
1 parent 8e4da1b commit a40d136
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions event-handler/cli_test.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
package main

import (
"github.com/alecthomas/kong"
"github.com/stretchr/testify/require"
"os"
"path"
"testing"
"time"

"github.com/alecthomas/kong"
"github.com/stretchr/testify/require"
)

// StartCmdConfig is mostly to test that the TOML file parsing works as
Expand Down

0 comments on commit a40d136

Please sign in to comment.