diff options
Diffstat (limited to 'internal/pkg/net.go')
| -rw-r--r-- | internal/pkg/net.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/pkg/net.go b/internal/pkg/net.go index 074c5f79..9a6814f8 100644 --- a/internal/pkg/net.go +++ b/internal/pkg/net.go @@ -7,8 +7,6 @@ import ( "net/http" "sync" "syscall" - - "hakurei.app/container/check" ) // An httpArtifact is an [Artifact] backed by a [http] url string. The method is @@ -101,7 +99,7 @@ func (a *httpArtifact) do() (data []byte, err error) { } // Cure returns syscall.ENOTSUP. Callers should use Data instead. -func (a *httpArtifact) Cure(*check.Absolute, *check.Absolute, CacheDataFunc) error { +func (a *httpArtifact) Cure(*CureContext) error { return syscall.ENOTSUP } |
