Skip to content

Commit

Permalink
proto upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskaliX committed Dec 2, 2023
1 parent f497654 commit 9036d77
Show file tree
Hide file tree
Showing 7 changed files with 2,647 additions and 423 deletions.
2 changes: 1 addition & 1 deletion server/webconsole/api/static/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</head>
<body>
<div id="root"></div>
<script src="/umi.273740a8.js"></script>
<script src="/umi.c652ca09.js"></script>

</body></html>

This file was deleted.

197 changes: 0 additions & 197 deletions server/webconsole/api/static/frontend/umi.273740a8.js

This file was deleted.

19 changes: 10 additions & 9 deletions server/webconsole/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,21 @@ require (
github.com/rs/xid v1.4.0
github.com/spf13/cobra v1.5.0
go.uber.org/zap v1.24.0
google.golang.org/grpc v1.48.0
google.golang.org/grpc v1.59.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/yaml.v3 v3.0.1
k8s.io/apimachinery v0.27.3
)

require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231127180814-3a041ad873d4 // indirect
k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect
)

Expand Down Expand Up @@ -52,13 +54,12 @@ require (
github.com/xdg-go/stringprep v1.0.3 // indirect
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
go.mongodb.org/mongo-driver v1.10.2
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
golang.org/x/crypto v0.16.0
golang.org/x/exp v0.0.0-20221006183845-316c7553db56
golang.org/x/net v0.8.0 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/protobuf v1.28.1 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
157 changes: 47 additions & 110 deletions server/webconsole/go.sum

Large diffs are not rendered by default.

Loading

0 comments on commit 9036d77

Please sign in to comment.