Skip to content

Commit

Permalink
Fix go imports
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Sep 16, 2024
1 parent 217549e commit c649488
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion diode-server/netboxdiodeplugin/mocks/netboxapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion diode-server/reconciler/logs_retriever.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ import (

"google.golang.org/protobuf/encoding/protojson"

"github.com/netboxlabs/diode/diode-server/gen/diode/v1/reconcilerpb"
"github.com/redis/go-redis/v9"

"github.com/netboxlabs/diode/diode-server/gen/diode/v1/reconcilerpb"
)

type extraAttributesWrapper struct {
Expand Down
3 changes: 2 additions & 1 deletion diode-server/server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ import (
"os"
"testing"

"github.com/netboxlabs/diode/diode-server/server"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/netboxlabs/diode/diode-server/server"
)

func TestNewServer(t *testing.T) {
Expand Down

0 comments on commit c649488

Please sign in to comment.