Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
genofire committed Apr 14, 2022
1 parent 60639f2 commit 710772c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
6 changes: 0 additions & 6 deletions output/filter/inarea/inarea_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@ package inarea
import (
"testing"

<<<<<<< HEAD
"github.com/FreifunkBremen/yanic/data"
"github.com/FreifunkBremen/yanic/runtime"
"github.com/stretchr/testify/assert"
=======
"github.com/stretchr/testify/assert"
"yanic/data"
"yanic/runtime"
>>>>>>> 64b9cfe (add primary_domain_dode)
)

func TestFilterInArea(t *testing.T) {
Expand Down
4 changes: 2 additions & 2 deletions output/prometheus-sd/output.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package prometheus_sd
import (
"errors"

"yanic/output"
"yanic/runtime"
"github.com/FreifunkBremen/yanic/output"
"github.com/FreifunkBremen/yanic/runtime"
)

type Output struct {
Expand Down
6 changes: 3 additions & 3 deletions output/prometheus-sd/output_test.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package prometheus_sd

import (
"os"
"net"
"os"
"testing"

"github.com/stretchr/testify/assert"
"yanic/data"
"yanic/runtime"
"github.com/FreifunkBremen/yanic/data"
"github.com/FreifunkBremen/yanic/runtime"
)

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

0 comments on commit 710772c

Please sign in to comment.