diff --git a/api/pb/dart/pubspec.lock b/api/pb/dart/pubspec.lock index e334120e..4ee7627b 100644 --- a/api/pb/dart/pubspec.lock +++ b/api/pb/dart/pubspec.lock @@ -1,215 +1,201 @@ # Generated by pub # See https://dart.dev/tools/pub/glossary#lockfile packages: + archive: + dependency: transitive + description: + name: archive + url: "https://pub.dartlang.org" + source: hosted + version: "3.1.2" args: dependency: transitive description: name: args url: "https://pub.dartlang.org" source: hosted - version: "1.5.2" + version: "1.6.0" async: dependency: "direct main" description: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.4.0" + version: "2.8.2" charcode: dependency: transitive description: name: charcode url: "https://pub.dartlang.org" source: hosted - version: "1.1.2" + version: "1.3.1" collection: dependency: transitive description: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.14.12" - convert: - dependency: transitive - description: - name: convert - url: "https://pub.dartlang.org" - source: hosted - version: "2.1.1" + version: "1.15.0" crypto: dependency: transitive description: name: crypto url: "https://pub.dartlang.org" source: hosted - version: "2.1.4" + version: "3.0.1" fixnum: dependency: transitive description: name: fixnum url: "https://pub.dartlang.org" source: hosted - version: "0.10.11" + version: "1.0.0" googleapis_auth: dependency: transitive description: name: googleapis_auth url: "https://pub.dartlang.org" source: hosted - version: "0.2.11" + version: "1.1.0" grpc: dependency: "direct main" description: name: grpc url: "https://pub.dartlang.org" source: hosted - version: "2.1.3" + version: "3.0.2" http: dependency: transitive description: name: http url: "https://pub.dartlang.org" source: hosted - version: "0.12.0+3" + version: "0.13.3" http2: dependency: transitive description: name: http2 url: "https://pub.dartlang.org" source: hosted - version: "1.0.0" + version: "2.0.0" http_parser: dependency: transitive description: name: http_parser url: "https://pub.dartlang.org" source: hosted - version: "3.1.3" + version: "4.0.0" matcher: dependency: transitive description: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.6" + version: "0.12.11" meta: dependency: transitive description: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.1.8" + version: "1.7.0" path: dependency: transitive description: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.6.4" + version: "1.8.0" pedantic: dependency: transitive description: name: pedantic url: "https://pub.dartlang.org" source: hosted - version: "1.9.0" + version: "1.11.1" protobuf: dependency: "direct main" description: name: protobuf url: "https://pub.dartlang.org" source: hosted - version: "1.0.1" + version: "2.0.0" pub_semver: dependency: transitive description: name: pub_semver url: "https://pub.dartlang.org" source: hosted - version: "1.4.2" + version: "1.4.4" pubspec: dependency: transitive description: name: pubspec url: "https://pub.dartlang.org" source: hosted - version: "0.1.2" + version: "0.1.5" pubspec_version: dependency: "direct dev" description: name: pubspec_version url: "https://pub.dartlang.org" source: hosted - version: "0.6.1+1" + version: "0.6.1+archived" quiver: dependency: transitive description: name: quiver url: "https://pub.dartlang.org" source: hosted - version: "2.1.2+1" + version: "2.1.5" source_span: dependency: transitive description: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.5.5" + version: "1.8.1" stack_trace: dependency: transitive description: name: stack_trace url: "https://pub.dartlang.org" source: hosted - version: "1.9.3" + version: "1.10.0" string_scanner: dependency: transitive description: name: string_scanner url: "https://pub.dartlang.org" source: hosted - version: "1.0.5" - stuff: - dependency: transitive - description: - name: stuff - url: "https://pub.dartlang.org" - source: hosted - version: "0.1.0" + version: "1.1.0" term_glyph: dependency: transitive description: name: term_glyph url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.2.0" typed_data: dependency: transitive description: name: typed_data url: "https://pub.dartlang.org" source: hosted - version: "1.1.6" + version: "1.3.0" uri: dependency: transitive description: name: uri url: "https://pub.dartlang.org" source: hosted - version: "0.11.3+1" - utf: - dependency: transitive - description: - name: utf - url: "https://pub.dartlang.org" - source: hosted - version: "0.9.0+5" + version: "0.11.4" yaml: dependency: transitive description: name: yaml url: "https://pub.dartlang.org" source: hosted - version: "2.2.0" + version: "2.2.1" sdks: - dart: ">=2.4.0 <3.0.0" + dart: ">=2.12.0 <3.0.0" diff --git a/api/pb/dart/pubspec.yaml b/api/pb/dart/pubspec.yaml index 9bdbba90..da21ab50 100644 --- a/api/pb/dart/pubspec.yaml +++ b/api/pb/dart/pubspec.yaml @@ -4,11 +4,11 @@ description: A gRPC client for interacting with a remote ThreadDB service. homepage: 'https://github.com/textileio/go-threads' repository: 'https://github.com/textileio/go-threads' environment: - sdk: '>=2.3.0 <3.0.0' + sdk: '>=2.12.0 <3.0.0' dependencies: async: ^2.2.0 - grpc: ^2.1.3 - protobuf: ^1.0.1 + grpc: ^3.0.2 + protobuf: ^2.0.0 dev_dependencies: pubspec_version: ^0.6.1 diff --git a/api/pb/threads.pb.go b/api/pb/threads.pb.go index ee48b342..7ba581c9 100644 --- a/api/pb/threads.pb.go +++ b/api/pb/threads.pb.go @@ -7,11 +7,10 @@ package threads_pb import ( - reflect "reflect" - sync "sync" - protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" + reflect "reflect" + sync "sync" ) const (