Skip to content

Commit f3d1bd6

Browse files
authored
Merge pull request #68 from DCSO/dependabot/go_modules/github.com/containerd/containerd-1.6.26
build(deps): bump github.com/containerd/containerd from 1.6.18 to 1.6.26
2 parents 28e84ae + 2595871 commit f3d1bd6

File tree

3 files changed

+1189
-29
lines changed

3 files changed

+1189
-29
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v2
1717
with:
18-
go-version: 1.16
18+
go-version: 1.21
1919

2020
- name: Install non-Go deps
2121
run: |

go.mod

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,20 @@ go 1.13
44

55
require (
66
github.com/NeowayLabs/wabbit v0.0.0-20210927194032-73ad61d1620e
7-
github.com/containerd/containerd v1.6.18 // indirect
7+
github.com/containerd/containerd v1.6.26 // indirect
88
github.com/farsightsec/go-nmsg v0.2.0
99
github.com/fsouza/go-dockerclient v1.7.8 // indirect
1010
github.com/gogo/protobuf v1.3.2
11-
github.com/golang/protobuf v1.5.2
11+
github.com/golang/protobuf v1.5.3
1212
github.com/graph-gophers/graphql-go v1.3.0
13-
github.com/klauspost/compress v1.14.2 // indirect
1413
github.com/machinebox/graphql v0.2.2
1514
github.com/matryer/is v1.2.0 // indirect
1615
github.com/moby/sys/mount v0.3.1 // indirect
1716
github.com/opentracing/opentracing-go v1.2.0 // indirect
1817
github.com/pborman/uuid v1.2.0 // indirect
1918
github.com/rabbitmq/amqp091-go v1.3.0 // indirect
2019
github.com/satori/go.uuid v1.2.0
21-
github.com/sirupsen/logrus v1.8.1
22-
github.com/spf13/afero v1.8.1 // indirect
20+
github.com/sirupsen/logrus v1.9.3
2321
github.com/spf13/cobra v1.3.0
2422
github.com/spf13/viper v1.10.1
2523
github.com/streadway/amqp v1.0.0

0 commit comments

Comments
 (0)