diff options
Diffstat (limited to 'internal/fetch/fetchdata_test.go')
| -rw-r--r-- | internal/fetch/fetchdata_test.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/internal/fetch/fetchdata_test.go b/internal/fetch/fetchdata_test.go index 1022cc11..7b130910 100644 --- a/internal/fetch/fetchdata_test.go +++ b/internal/fetch/fetchdata_test.go @@ -7,12 +7,12 @@ package fetch import ( "net/http" - "golang.org/x/discovery/internal" - "golang.org/x/discovery/internal/derrors" - "golang.org/x/discovery/internal/proxy" - "golang.org/x/discovery/internal/source" - "golang.org/x/discovery/internal/stdlib" - "golang.org/x/discovery/internal/testing/testhelper" + "golang.org/x/pkgsite/internal" + "golang.org/x/pkgsite/internal/derrors" + "golang.org/x/pkgsite/internal/proxy" + "golang.org/x/pkgsite/internal/source" + "golang.org/x/pkgsite/internal/stdlib" + "golang.org/x/pkgsite/internal/testing/testhelper" ) type testModule struct { |
