Skip to content

Commit 6f60061

Browse files
authored
Merge pull request #90 from doc-sheet/rename
fix module url
2 parents f18368a + 2b8b55a commit 6f60061

File tree

12 files changed

+10
-133
lines changed

12 files changed

+10
-133
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
go: ["1.20", "1.21", "1.22"]
23+
go: ["1.22", "1.23", "1.24"]
2424

2525
steps:
2626
- uses: actions/checkout@v4

.github/workflows/codeql.yml

Lines changed: 0 additions & 76 deletions
This file was deleted.

.github/workflows/upstream-sync.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

experimental/blobs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"strings"
77
"sync"
88

9-
"github.com/sirupsen/logrus"
9+
"github.com/Sirupsen/logrus"
1010
"github.com/dustin/go-humanize"
1111
)
1212

experimental/deletes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"path/filepath"
55
"sync/atomic"
66

7-
"github.com/sirupsen/logrus"
7+
"github.com/Sirupsen/logrus"
88
"github.com/dustin/go-humanize"
99
)
1010

experimental/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"os/signal"
77
"sync"
88

9-
"github.com/sirupsen/logrus"
9+
"github.com/Sirupsen/logrus"
1010
)
1111

1212
var (

experimental/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"path/filepath"
77
"sync"
88

9-
"github.com/sirupsen/logrus"
9+
"github.com/Sirupsen/logrus"
1010
"github.com/docker/distribution"
1111
"github.com/docker/distribution/manifest"
1212
"github.com/docker/distribution/manifest/manifestlist"

experimental/repositories.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"strings"
88
"sync"
99

10-
"github.com/sirupsen/logrus"
10+
"github.com/Sirupsen/logrus"
1111
)
1212

1313
type repositoriesData map[string]*repositoryData

experimental/repository.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
multierror "github.com/hashicorp/go-multierror"
1111

12-
"github.com/sirupsen/logrus"
12+
"github.com/Sirupsen/logrus"
1313
"github.com/dustin/go-humanize"
1414
)
1515

experimental/s3_storage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"strings"
99
"sync/atomic"
1010

11-
"github.com/sirupsen/logrus"
11+
"github.com/Sirupsen/logrus"
1212
"github.com/aws/aws-sdk-go/aws"
1313
"github.com/aws/aws-sdk-go/aws/credentials"
1414
"github.com/aws/aws-sdk-go/aws/session"

0 commit comments

Comments
 (0)