We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e667390 commit 94357a0Copy full SHA for 94357a0
.tiltignore
@@ -4,4 +4,7 @@
4
LICENSE
5
Makefile
6
.github
7
-.vscode
+.vscode
8
+*_test.go
9
+*/test
10
+.sh
catalogd/internal/source/containers_image_test.go
@@ -17,7 +17,7 @@ import (
17
"github.com/go-logr/logr/funcr"
18
"github.com/google/go-containerregistry/pkg/name"
19
"github.com/google/go-containerregistry/pkg/registry"
20
- "github.com/google/go-containerregistry/pkg/v1"
+ v1 "github.com/google/go-containerregistry/pkg/v1"
21
"github.com/google/go-containerregistry/pkg/v1/mutate"
22
"github.com/google/go-containerregistry/pkg/v1/random"
23
"github.com/google/go-containerregistry/pkg/v1/remote"
0 commit comments