buildkit/session
Sebastiaan van Stijn 3ddd1fc23c
Fix goimports linting
```
[5/5] RUN --mount=target=/go/src/github.com/moby/buildkit 	gometalinter ...
0.435 util/rootless/specconv/specconv_linux.go:1:⚠️ file is not goimported (goimports)
1.320 cache/manager.go:1:⚠️ file is not goimported (goimports)
1.335 cache/manager_test.go:1:⚠️ file is not goimported (goimports)
1.337 cache/migrate_v2.go:1:⚠️ file is not goimported (goimports)
1.342 cache/refs.go:1:⚠️ file is not goimported (goimports)
1.454 cache/remotecache/registry/registry.go:1:⚠️ file is not goimported (goimports)
2.285 cmd/buildctl/build.go:1:⚠️ file is not goimported (goimports)
3.082 executor/oci/user.go:1:⚠️ file is not goimported (goimports)
4.333 session/content/content_test.go:1:⚠️ file is not goimported (goimports)
4.614 snapshot/containerd/content.go:1:⚠️ file is not goimported (goimports)
4.721 solver/errdefs/vertex.go:1:⚠️ file is not goimported (goimports)
6.066 util/network/cniprovider/cni.go:1:⚠️ file is not goimported (goimports)
ERROR: executor failed running [/bin/sh -c gometalinter --config=gometalinter.json ./...]: buildkit-runc did not terminate successfully
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-13 17:38:56 +02:00
..
auth remove last instances of errors cause 2020-04-24 11:25:53 -07:00
content Fix goimports linting 2020-05-13 17:38:56 +02:00
filesync filesync: avoid ignoring close error 2020-05-08 17:48:56 -07:00
grpchijack session/grpchijack: fix unlock 2019-05-12 20:41:47 +09:00
secrets remove last instances of errors cause 2020-04-24 11:25:53 -07:00
sshforward vendor: update containerd (and various packages) 2020-02-28 10:24:10 +09:00
testutil Remove net/context dependencies 2018-01-17 09:11:22 -08:00
upload vendor: update containerd (and various packages) 2020-02-28 10:24:10 +09:00
context.go session: remove confusing uuid variable 2017-07-17 16:08:26 -07:00
grpc.go grpc interceptors for errors 2020-04-22 18:31:32 -07:00
manager.go Add missing locks around broadcasts 2019-05-10 18:27:37 -04:00
session.go grpc interceptors for errors 2020-04-22 18:31:32 -07:00