containerd/integration/client
Sebastiaan van Stijn 36612d692f
go.mod: remove replace and update github.com/gogo/googleapis v1.4.1
gogo/googleapis has a single dependency (github.com/gogo/protobuf), which is
currently the same version as we use, and we have a separate replace for that
dependency, so removing this override should not make a difference there.

gogo/googleapis v1.4.1 Includes updated protos with the gogo/protobuf fixes for
[CVE-2021-3121](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3121)

Change logs and diffs for each release:

- v1.3.3
  generate grpc service for google/longrunning/operations.proto
  full diff: https://github.com/gogo/googleapis/compare/v1.3.2...v1.3.3
- v1.4.0
  Add google geo type
  full diff: https://github.com/gogo/googleapis/compare/v1.3.3...v1.4.0
- v1.4.1
  This release contains sources generated with the version of gogo/protobuf
  containing a fix for the "skippy peanut butter" issue.
  full diff: https://github.com/gogo/googleapis/compare/v1.4.0...v1.4.1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-23 16:56:30 +01:00
..
benchmark_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
client_test.go Fix no-daemon flag for integration/client tests 2021-12-17 08:58:39 -05:00
client_ttrpc_test.go Run windows parallel integration test as short 2021-12-09 11:45:38 -08:00
client_unix_test.go Move volume images from gcr to ghcr 2021-12-02 10:29:44 -08:00
client_windows_test.go Integration: Change to Windows Server 2022 build number constant 2022-01-19 11:54:22 -08:00
container_checkpoint_test.go test: use T.TempDir to create temporary test directory 2022-03-15 14:03:50 +08:00
container_linux_test.go Enable TestContainerPTY and TestContainerUsername 2022-02-10 06:46:42 +00:00
container_test.go Increase wait timeout for TestDaemonRestart 2022-03-08 18:09:42 +02:00
content_test.go Add shared content label to namespaces 2022-03-11 23:37:02 -08:00
convert_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
daemon_config_linux_test.go test: use T.TempDir to create temporary test directory 2022-03-15 14:03:50 +08:00
daemon_test.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
export_test.go Use temp file for export/import test 2022-03-10 11:48:38 +02:00
go.mod go.mod: remove replace and update github.com/gogo/googleapis v1.4.1 2022-03-23 16:56:30 +01:00
go.sum go.mod: remove replace and update github.com/gogo/googleapis v1.4.1 2022-03-23 16:56:30 +01:00
helpers_unix_test.go integration: Enable some tests for Windows (part 2) 2021-10-07 08:13:01 -07:00
helpers_windows_test.go integration: Enable some tests for Windows (part 2) 2021-10-07 08:13:01 -07:00
image_test.go Add Windows Server 2022 CI runs 2021-12-02 16:18:25 -08:00
import_test.go Use temp file for export/import test 2022-03-10 11:48:38 +02:00
lease_test.go integration: Enable some tests for Windows (part 2) 2021-10-07 08:13:01 -07:00
restart_monitor_test.go test: use T.TempDir to create temporary test directory 2022-03-15 14:03:50 +08:00
signals_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
snapshot_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
task_opts_unix_test.go run gofmt with Go 1.17 2021-10-07 20:16:59 +08:00