Skip to content

Commit

Permalink
sorted imports of build.go
Browse files Browse the repository at this point in the history
Signed-off-by: James Humphries <james@james-humphries.co.uk>
  • Loading branch information
Yantrio committed Nov 17, 2023
1 parent aaaeb4d commit 4100281
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/internal/repository-metadata-files/provider/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ import (
"context"
"errors"
"fmt"
"golang.org/x/mod/semver"
"log"
"os"
"slices"

"golang.org/x/mod/semver"
"registry-stable/internal"
"registry-stable/internal/github"
"registry-stable/internal/provider"
"slices"
)

func filterNewReleases(releases []github.GHRelease, existingMetadata provider.MetadataFile) ([]github.GHRelease, error) {
Expand Down

0 comments on commit 4100281

Please sign in to comment.