summaryrefslogtreecommitdiff
path: root/fetch_test.go
diff options
context:
space:
mode:
authorPhilipp Tanlak <philipp.tanlak@gmail.com>2023-08-29 19:02:10 +0200
committerPhilipp Tanlak <philipp.tanlak@gmail.com>2023-08-29 19:02:10 +0200
commitd6f3ca94c3abf71f113dc8b7614318107736b980 (patch)
tree09b45ed65f04df9a327b3a6beb169516f34f4760 /fetch_test.go
parente8feea22a4803dbd19224f48e8beaab458cf387f (diff)
update imports
Diffstat (limited to 'fetch_test.go')
-rw-r--r--fetch_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/fetch_test.go b/fetch_test.go
index 5ee0222..041ade2 100644
--- a/fetch_test.go
+++ b/fetch_test.go
@@ -5,8 +5,7 @@ import (
"net/http/httptest"
"testing"
- "flyscrape"
-
+ "github.com/philippta/flyscrape"
"github.com/stretchr/testify/require"
)