File tree Expand file tree Collapse file tree 9 files changed +20
-20
lines changed Expand file tree Collapse file tree 9 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/cilium/hubble-ui/backend
2
2
3
- go 1.21.4
3
+ go 1.21.5
4
4
5
5
require (
6
6
github.com/cilium/cilium v1.15.0-pre.2
Original file line number Diff line number Diff line change 1
1
import * as jspb from 'google-protobuf'
2
2
3
- import * as google_protobuf_any_pb from 'google-protobuf/google/protobuf/any_pb' ;
4
- import * as google_protobuf_wrappers_pb from 'google-protobuf/google/protobuf/wrappers_pb' ;
5
- import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb' ;
3
+ import * as google_protobuf_any_pb from 'google-protobuf/google/protobuf/any_pb' ; // proto import: "google/protobuf/any.proto"
4
+ import * as google_protobuf_wrappers_pb from 'google-protobuf/google/protobuf/wrappers_pb' ; // proto import: "google/protobuf/wrappers.proto"
5
+ import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb' ; // proto import: "google/protobuf/timestamp.proto"
6
6
7
7
8
8
export class Flow extends jspb . Message {
Original file line number Diff line number Diff line change 1
1
import * as grpcWeb from 'grpc-web' ;
2
2
3
- import * as observer_observer_pb from '../observer/observer_pb' ;
3
+ import * as observer_observer_pb from '../observer/observer_pb' ; // proto import: "observer/observer.proto"
4
4
5
5
6
6
export class ObserverClient {
Original file line number Diff line number Diff line change 6
6
7
7
// Code generated by protoc-gen-grpc-web. DO NOT EDIT.
8
8
// versions:
9
- // protoc-gen-grpc-web v1.4.2
9
+ // protoc-gen-grpc-web v1.5.0
10
10
// protoc v3.11.4
11
11
// source: observer/observer.proto
12
12
Original file line number Diff line number Diff line change 1
1
import * as jspb from 'google-protobuf'
2
2
3
- import * as google_protobuf_any_pb from 'google-protobuf/google/protobuf/any_pb' ;
4
- import * as google_protobuf_wrappers_pb from 'google-protobuf/google/protobuf/wrappers_pb' ;
5
- import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb' ;
6
- import * as google_protobuf_field_mask_pb from 'google-protobuf/google/protobuf/field_mask_pb' ;
7
- import * as flow_flow_pb from '../flow/flow_pb' ;
8
- import * as relay_relay_pb from '../relay/relay_pb' ;
3
+ import * as google_protobuf_any_pb from 'google-protobuf/google/protobuf/any_pb' ; // proto import: "google/protobuf/any.proto"
4
+ import * as google_protobuf_wrappers_pb from 'google-protobuf/google/protobuf/wrappers_pb' ; // proto import: "google/protobuf/wrappers.proto"
5
+ import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb' ; // proto import: "google/protobuf/timestamp.proto"
6
+ import * as google_protobuf_field_mask_pb from 'google-protobuf/google/protobuf/field_mask_pb' ; // proto import: "google/protobuf/field_mask.proto"
7
+ import * as flow_flow_pb from '../flow/flow_pb' ; // proto import: "flow/flow.proto"
8
+ import * as relay_relay_pb from '../relay/relay_pb' ; // proto import: "relay/relay.proto"
9
9
10
10
11
11
export class ServerStatusRequest extends jspb . Message {
Original file line number Diff line number Diff line change 1
1
import * as jspb from 'google-protobuf'
2
2
3
- import * as ui_status_pb from '../ui/status_pb' ;
3
+ import * as ui_status_pb from '../ui/status_pb' ; // proto import: "ui/status.proto"
4
4
5
5
6
6
export class Notification extends jspb . Message {
Original file line number Diff line number Diff line change 1
1
import * as grpcWeb from 'grpc-web' ;
2
2
3
- import * as ui_ui_pb from '../ui/ui_pb' ;
4
- import * as ui_status_pb from '../ui/status_pb' ;
3
+ import * as ui_ui_pb from '../ui/ui_pb' ; // proto import: "ui/ui.proto"
4
+ import * as ui_status_pb from '../ui/status_pb' ; // proto import: "ui/status.proto"
5
5
6
6
7
7
export class UIClient {
Original file line number Diff line number Diff line change 6
6
7
7
// Code generated by protoc-gen-grpc-web. DO NOT EDIT.
8
8
// versions:
9
- // protoc-gen-grpc-web v1.4.2
9
+ // protoc-gen-grpc-web v1.5.0
10
10
// protoc v3.11.4
11
11
// source: ui/ui.proto
12
12
Original file line number Diff line number Diff line change 1
1
import * as jspb from 'google-protobuf'
2
2
3
- import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb' ;
4
- import * as flow_flow_pb from '../flow/flow_pb' ;
5
- import * as ui_notifications_pb from '../ui/notifications_pb' ;
6
- import * as ui_status_pb from '../ui/status_pb' ;
3
+ import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb' ; // proto import: "google/protobuf/timestamp.proto"
4
+ import * as flow_flow_pb from '../flow/flow_pb' ; // proto import: "flow/flow.proto"
5
+ import * as ui_notifications_pb from '../ui/notifications_pb' ; // proto import: "ui/notifications.proto"
6
+ import * as ui_status_pb from '../ui/status_pb' ; // proto import: "ui/status.proto"
7
7
8
8
9
9
export class GetEventsRequest extends jspb . Message {
You can’t perform that action at this time.
0 commit comments