diff options
| author | Jeff Carr <[email protected]> | 2024-01-21 02:18:33 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-21 02:18:33 -0600 |
| commit | 696b58744c5fcda33ddfc42013929442ce936d14 (patch) | |
| tree | 225582cffc25fe726f3dd31d0872976e49d0d0a9 | |
| parent | a9a42d5cd87ee68e26651be81088649a32c711e6 (diff) | |
new gadgetsv0.12.19
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 | ||||
| -rw-r--r-- | update.go | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -4,7 +4,7 @@ go 1.21.4 require ( go.wit.com/gui v0.12.19 - go.wit.com/lib/gadgets v0.12.14 + go.wit.com/lib/gadgets v0.12.15 go.wit.com/log v0.5.6 go.wit.com/widget v1.1.6 ) @@ -6,8 +6,8 @@ go.wit.com/dev/davecgh/spew v1.1.4 h1:C9hj/rjlUpdK+E6aroyLjCbS5MFcyNUOuP1ICLWdNe go.wit.com/dev/davecgh/spew v1.1.4/go.mod h1:sihvWmnQ/09FWplnEmozt90CCVqBtGuPXM811tgfhFA= go.wit.com/gui v0.12.19 h1:OEnsnZnec7Q2jZVjwl413V0wuVAAB4r2mGTY0IouBuw= go.wit.com/gui v0.12.19/go.mod h1:v2VgnOL3dlZ13KclYeedZ1cd20nQdvwjyJTNKvFX3DA= -go.wit.com/lib/gadgets v0.12.14 h1:Osh7D8TKJiU5M6tXqERGQwTUt+C5IJ0senkmUAirSek= -go.wit.com/lib/gadgets v0.12.14/go.mod h1:Fxc7F8hGskpkWVAsXKhs4ilqUlAnikVXj4yzumtTYa0= +go.wit.com/lib/gadgets v0.12.15 h1:C9q6wc45Trh5SrizD8lOXOWoJLGq/ESWwzjCVylZrNY= +go.wit.com/lib/gadgets v0.12.15/go.mod h1:Fxc7F8hGskpkWVAsXKhs4ilqUlAnikVXj4yzumtTYa0= go.wit.com/log v0.5.6 h1:rDC3ju95zfEads4f1Zm+QMkqjZ39CsYAT/UmQQs7VP4= go.wit.com/log v0.5.6/go.mod h1:BaJBfHFqcJSJLXGQ9RHi3XVhPgsStxSMZRlaRxW4kAo= go.wit.com/widget v1.1.6 h1:av2miF5vlohMfARA/QGPTPfgW/ADup1c+oeAOKgroPY= @@ -19,7 +19,7 @@ func (rs *RepoStatus) Update() { // do things that are safe even if the git tree is dirty rs.path.SetValue(rs.repopath) rs.getCurrentBranchName() - rs.window.Title(rs.repopath + " GO repo Details") + rs.window.SetTitle(rs.repopath + " GO repo Details") rs.getCurrentBranchVersion() rs.getLastTagVersion() rs.populateTags() |
