Skip to content

Commit

Permalink
Moving packages around
Browse files Browse the repository at this point in the history
  • Loading branch information
garethr committed Apr 23, 2023
1 parent f241d9e commit dbaf34c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pkg/parlay/package.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"net/url"

"github.com/snyk/parlay/pkg/ecosystems/packages"
"github.com/snyk/parlay/ecosystems/packages"

"github.com/package-url/packageurl-go"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/parlay/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package parlay
import (
"context"

"github.com/snyk/parlay/pkg/ecosystems/repos"
"github.com/snyk/parlay/ecosystems/repos"
)

const repos_server = "https://repos.ecosyste.ms/api/v1"
Expand Down

0 comments on commit dbaf34c

Please sign in to comment.