20718: Cleans up by running "go mod tidy -compat=1.17"
[arvados.git] / lib / crunchrun / singularity.go
index 1da401f859f94b36655f771e5fea5af750b0cbe7..8c0d8f5bc96eaac9733c37f187feba3376737a3c 100644 (file)
@@ -6,6 +6,7 @@ package crunchrun
 
 import (
        "bytes"
+       "context"
        "errors"
        "fmt"
        "io/ioutil"
@@ -21,7 +22,6 @@ import (
        "time"
 
        "git.arvados.org/arvados.git/sdk/go/arvados"
-       "golang.org/x/net/context"
 )
 
 type singularityExecutor struct {