Skip to content

Commit a7ed8ff

Browse files
committed
wip: try to fix ci
1 parent bd38b66 commit a7ed8ff

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

backend/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cilium/hubble-ui/backend
22

3-
go 1.21.4
3+
go 1.21.5
44

55
require (
66
github.com/cilium/cilium v1.15.0-pre.2

backend/proto/flow/flow_pb.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import * as jspb from 'google-protobuf'
22

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"
66

77

88
export class Flow extends jspb.Message {

backend/proto/observer/observer_grpc_web_pb.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as grpcWeb from 'grpc-web';
22

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"
44

55

66
export class ObserverClient {

backend/proto/observer/observer_grpc_web_pb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// Code generated by protoc-gen-grpc-web. DO NOT EDIT.
88
// versions:
9-
// protoc-gen-grpc-web v1.4.2
9+
// protoc-gen-grpc-web v1.5.0
1010
// protoc v3.11.4
1111
// source: observer/observer.proto
1212

backend/proto/observer/observer_pb.d.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import * as jspb from 'google-protobuf'
22

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"
99

1010

1111
export class ServerStatusRequest extends jspb.Message {

backend/proto/ui/notifications_pb.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as jspb from 'google-protobuf'
22

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"
44

55

66
export class Notification extends jspb.Message {

backend/proto/ui/ui_grpc_web_pb.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as grpcWeb from 'grpc-web';
22

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"
55

66

77
export class UIClient {

backend/proto/ui/ui_grpc_web_pb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// Code generated by protoc-gen-grpc-web. DO NOT EDIT.
88
// versions:
9-
// protoc-gen-grpc-web v1.4.2
9+
// protoc-gen-grpc-web v1.5.0
1010
// protoc v3.11.4
1111
// source: ui/ui.proto
1212

backend/proto/ui/ui_pb.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import * as jspb from 'google-protobuf'
22

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"
77

88

99
export class GetEventsRequest extends jspb.Message {

0 commit comments

Comments
 (0)