Commit Graph

8 Commits

Author SHA1 Message Date
dependabot[bot]
ebdbbdca1f build(deps): bump github.com/apache/thrift from 0.12.0 to 0.13.0 (#15947)
Bumps [github.com/apache/thrift](https://github.com/apache/thrift) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/apache/thrift/releases)
- [Changelog](https://github.com/apache/thrift/blob/master/CHANGES.md)
- [Commits](https://github.com/apache/thrift/compare/v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: github.com/apache/thrift
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-18 13:03:22 +08:00
Zexi
9dbc257e4d add apigateway service 2019-08-09 21:11:46 +08:00
Yousong Zhou
3966355d5e vendor: using go modules
This change was made with the following commands

        go mod init
        go mod tidy
        go mod vendor -v

Revision of github.com/op/go-logging changed because
github.com/anacrolix/torrent requires the current version in its go.mod

        # github.com/op/go-logging
        yunion.io/x/onecloud/cmd/torrent
        github.com/anacrolix/torrent
        github.com/elgatito/upnp
        github.com/op/go-logging

Content of google.golang.org/grpc changed and it's indeed the case after
checking with the upstream repo.  It's very likely that the old content
is wrong.

Some packages like golang.org/x/sys/unix are added because they are
indeeded needed

Some packages are removed as a whole because they are needed anymore
2019-06-24 07:28:24 +00:00
Zexi Li
a45d41ef85 fix: region-dns compile failed 2018-12-19 16:41:56 +08:00
Qiu Jian
3e0c2ecd73 update vendor 2018-12-19 01:02:04 +08:00
TangBin
68028cb781 fix region-dns build error 2018-11-12 20:09:01 +08:00
TangBin
a1bbecdb24 add provider & update dep 2018-10-11 18:43:06 +08:00
Zexi Li
bd612aecb0 vendor: region-dns dependency packages 2018-08-07 18:27:28 +08:00