@@ -2,26 +2,26 @@ module github.com/gitpod-io/gitpod/workspacekit
2
2
3
3
go 1.17
4
4
5
- replace github.com/seccomp/libseccomp-golang => github.com/kinvolk/libseccomp-golang v0.9.2-0.20201113182948-883917843313
5
+ replace github.com/seccomp/libseccomp-golang => github.com/kinvolk/libseccomp-golang v0.9.2-0.20210429002308-3879420cc921
6
6
7
7
require (
8
8
github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
9
9
github.com/gitpod-io/gitpod/ws-daemon/api v0.0.0-00010101000000-000000000000
10
10
github.com/google/go-cmp v0.5.6
11
- github.com/moby/sys/mountinfo v0.4 .0
12
- github.com/rootless-containers/rootlesskit v0.11.1
11
+ github.com/moby/sys/mountinfo v0.5 .0
12
+ github.com/rootless-containers/rootlesskit v0.14.6
13
13
github.com/seccomp/libseccomp-golang v0.9.1
14
- github.com/spf13/cobra v1.1.3
15
- golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
14
+ github.com/spf13/cobra v1.3.0
15
+ golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
16
16
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
17
- google.golang.org/grpc v1.39.1
17
+ google.golang.org/grpc v1.43.0
18
18
)
19
19
20
20
require (
21
21
github.com/beorn7/perks v1.0.1 // indirect
22
- github.com/cespare/xxhash/v2 v2.1.1 // indirect
22
+ github.com/cespare/xxhash/v2 v2.1.2 // indirect
23
23
github.com/fatih/camelcase v1.0.0 // indirect
24
- github.com/fatih/gomodifytags v1.14 .0 // indirect
24
+ github.com/fatih/gomodifytags v1.16 .0 // indirect
25
25
github.com/fatih/structtag v1.2.0 // indirect
26
26
github.com/gitpod-io/gitpod/content-service/api v0.0.0-00010101000000-000000000000 // indirect
27
27
github.com/golang/protobuf v1.5.2 // indirect
@@ -30,20 +30,19 @@ require (
30
30
github.com/inconshreveable/mousetrap v1.0.0 // indirect
31
31
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
32
32
github.com/opencontainers/go-digest v1.0.0 // indirect
33
- github.com/opencontainers/image-spec v1.0.1 // indirect
33
+ github.com/opencontainers/image-spec v1.0.2 // indirect
34
34
github.com/opentracing/opentracing-go v1.2.0 // indirect
35
- github.com/pkg/errors v0.9.1 // indirect
36
35
github.com/prometheus/client_golang v1.11.0 // indirect
37
36
github.com/prometheus/client_model v0.2.0 // indirect
38
- github.com/prometheus/common v0.26.0 // indirect
39
- github.com/prometheus/procfs v0.6.0 // indirect
37
+ github.com/prometheus/common v0.32.1 // indirect
38
+ github.com/prometheus/procfs v0.7.3 // indirect
40
39
github.com/sirupsen/logrus v1.8.1 // indirect
41
40
github.com/spf13/pflag v1.0.5 // indirect
42
- golang.org/x/net v0.0.0-20210520170846-37e1c6afe023 // indirect
43
- golang.org/x/text v0.3.6 // indirect
44
- golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
45
- golang.org/x/tools v0.1.1 // indirect
46
- google.golang.org/genproto v0.0.0-20201019141844-1ed22bb0c154 // indirect
41
+ golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d // indirect
42
+ golang.org/x/text v0.3.7 // indirect
43
+ golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
44
+ golang.org/x/tools v0.1.8 // indirect
45
+ google.golang.org/genproto v0.0.0-20220114231437-d2e6a121cae0 // indirect
47
46
google.golang.org/protobuf v1.27.1 // indirect
48
47
)
49
48
0 commit comments