Skip to content

Commit

Permalink
Fix dependencies and update ui version
Browse files Browse the repository at this point in the history
  • Loading branch information
evildecay committed Jun 8, 2020
1 parent 1b63482 commit ed360e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/etcdkeeper/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h2><img src="../framework/logo.png" width="20" style="position:relative;top:3px
<span id="statusVersion"></span>
<span id="statusSize" style="margin-left: 10px;"></span>
<span id="statusMember" style="margin-left: 10px;"></span>
<span style="margin-left: 10px;">ETCD Keeper 0.7.5</span>
<span style="margin-left: 10px;">ETCD Keeper 0.7.6</span>
</div>

<div id="modeMenu" style="">
Expand Down
2 changes: 1 addition & 1 deletion src/etcdkeeper/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ require (
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
google.golang.org/appengine v1.4.0 // indirect
google.golang.org/genproto v0.0.0-20190905072037-92dd089d5514 // indirect
google.golang.org/grpc v1.23.0 // indirect
google.golang.org/grpc v1.23.0
sigs.k8s.io/yaml v1.1.0 // indirect
)

0 comments on commit ed360e8

Please sign in to comment.