Skip to content

Commit

Permalink
[sandbox] Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Maksym Pavlenko <[email protected]>

Containerd-test-commit: 21f23aa
  • Loading branch information
mxpv committed Apr 8, 2022
1 parent 96a26e0 commit 23b5464
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 58 deletions.
8 changes: 4 additions & 4 deletions api/next.pb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2988,8 +2988,8 @@ file {
type: TYPE_MESSAGE
type_name: ".google.protobuf.Timestamp"
options {
65001: 0
65010: 1
65001: 0
}
json_name: "createdAt"
}
Expand All @@ -3000,8 +3000,8 @@ file {
type: TYPE_MESSAGE
type_name: ".google.protobuf.Timestamp"
options {
65001: 0
65010: 1
65001: 0
}
json_name: "updatedAt"
}
Expand Down Expand Up @@ -3300,8 +3300,8 @@ file {
type: TYPE_MESSAGE
type_name: ".google.protobuf.Timestamp"
options {
65001: 0
65010: 1
65001: 0
}
json_name: "exitedAt"
}
Expand Down Expand Up @@ -3392,8 +3392,8 @@ file {
type: TYPE_MESSAGE
type_name: ".google.protobuf.Timestamp"
options {
65001: 0
65010: 1
65001: 0
}
json_name: "exitedAt"
}
Expand Down
105 changes: 53 additions & 52 deletions api/services/containers/v1/containers.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ require (
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
github.com/opencontainers/selinux v1.10.0
github.com/pelletier/go-toml v1.9.3
github.com/prometheus/client_golang v1.11.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.1
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/tchap/go-patricia/v2 v2.3.1
Expand Down Expand Up @@ -104,7 +104,6 @@ require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/opencontainers/runtime-tools v0.0.0-20190417131837-cd1349b7c47e // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.30.0 // indirect
Expand Down

0 comments on commit 23b5464

Please sign in to comment.