Commit Graph

17 Commits

Author SHA1 Message Date
dependabot[bot]
1e51c4681d
Bump google.golang.org/grpc from 1.57.0 to 1.57.1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.57.0 to 1.57.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.57.0...v1.57.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-26 15:40:27 +00:00
dependabot[bot]
bea960d9fe
Bump golang.org/x/net from 0.10.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.10.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-11 22:39:50 +00:00
Jordan Liggitt
a2fbc14815
go.mod: google.golang.org/genproto/googleapis/rpc v0.0.0-20230731190214-cbb8c96f2d6d
Signed-off-by: Jordan Liggitt <liggitt@google.com>
2023-08-02 11:49:10 -04:00
Jordan Liggitt
cf2b85de12
go.mod: bump to supported go version
Signed-off-by: Jordan Liggitt <liggitt@google.com>
2023-08-02 10:28:33 -04:00
dependabot[bot]
3f862ad1f2
Bump golang.org/x/sys from 0.0.0-20210124154548-22da62e12c0c to 0.1.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210124154548-22da62e12c0c to 0.1.0.
- [Release notes](https://github.com/golang/sys/releases)
- [Commits](https://github.com/golang/sys/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-25 07:29:22 +00:00
Kazuyoshi Kato
6eabacc9bc Add protoc-gen-go-ttrpc
Google's new protobuf code generator only supports protobuf
serialization/deserialization and let other code generators handle
RPC-related aspects.

This new code generator follows the change and can be used with
the new protobuf code generator.

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
2021-10-26 10:03:23 -07:00
zounengren
81faa3ee80 replace pkg/errors from vendor
Signed-off-by: Zou Nengren <zouyee1989@gmail.com>
2021-09-25 22:46:36 +08:00
Sebastiaan van Stijn
849845f63b
go.mod: github.com/prometheus/procfs v0.6.0
Matching the version used by k8s.io/component-base@v0.20.1
(which is what containerd currently uses);
https://github.com/containerd/containerd/blob/v1.5.0-beta.3/vendor/modules.txt#L300

full diff: https://github.com/prometheus/procfs/compare/bc1a522cf7b1...v0.6.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-16 09:39:25 +01:00
Sebastiaan van Stijn
3ea578089c
go.mod: google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63
Matching the version that containerd is pinning in its "replace" rule;
https://github.com/containerd/containerd/blob/v1.5.0-beta.3/go.mod#L74
https://github.com/containerd/containerd/blob/v1.5.0-beta.3/vendor/modules.txt#L393

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-16 09:39:22 +01:00
Sebastiaan van Stijn
4640e2792c
go.mod: google.golang.org/grpc v1.27.1
Matching the version that containerd is pinning in its "replace" rule;
https://github.com/containerd/containerd/blob/v1.5.0-beta.3/go.mod#L75
https://github.com/containerd/containerd/blob/v1.5.0-beta.3/vendor/modules.txt#L395-L396

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-16 09:39:20 +01:00
Sebastiaan van Stijn
7c78be300b
go.mod: github.com/gogo/protobuf v1.3.2
Matching the version that's currently used by containerd;
https://github.com/containerd/containerd/blob/v1.5.0-beta.3/go.mod#L32

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-16 09:39:18 +01:00
Sebastiaan van Stijn
a2f306d789
go.mod: sirupsen/logrus v1.7.0
full diff: https://github.com/sirupsen/logrus/compare/v1.4.2...v1.7.0

logrus v1.7.0 removes dependency on github.com/konsorten/go-windows-terminal-sequences

Features:

* a new buffer pool management API has been added
* a set of `<LogLevel>Fn()` functions have been added

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-02-08 11:34:32 +01:00
Sebastiaan van Stijn
f0fad07cf1
go mod tidy
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-02-08 11:33:00 +01:00
Rui Chen
ff67807a59
Bump the dependencies
Signed-off-by: Rui Chen <chenrui333@gmail.com>
2020-01-20 19:05:20 -05:00
Michael Crosby
d4834b09f5 Revert "Copy codes and status from grpc project"
This reverts commit f02233564f.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2019-10-28 14:46:51 -04:00
Michael Crosby
f02233564f Copy codes and status from grpc project
This copies the codes and status package from grpc as it is the only references
to the grpc project from ttrpc. This will help ensure that API breaking changes
in grpc do not affect ttrpc.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2019-10-28 12:33:50 -04:00
Sascha Grunert
cc79967439
Add go module support
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-10-18 15:22:34 +02:00