diff options
| author | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-08-29 19:02:10 +0200 |
|---|---|---|
| committer | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-08-29 19:02:10 +0200 |
| commit | d6f3ca94c3abf71f113dc8b7614318107736b980 (patch) | |
| tree | 09b45ed65f04df9a327b3a6beb169516f34f4760 /scrape_test.go | |
| parent | e8feea22a4803dbd19224f48e8beaab458cf387f (diff) | |
update imports
Diffstat (limited to 'scrape_test.go')
| -rw-r--r-- | scrape_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scrape_test.go b/scrape_test.go index c1a32b6..6f7174e 100644 --- a/scrape_test.go +++ b/scrape_test.go @@ -10,8 +10,7 @@ import ( "testing" "time" - "flyscrape" - + "github.com/philippta/flyscrape" "github.com/stretchr/testify/require" ) |