Skip to content

Commit

Permalink
Update nucular
Browse files Browse the repository at this point in the history
  • Loading branch information
a committed Oct 15, 2023
1 parent 2850787 commit fdedccd
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 10 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/aarzilli/gdlv

require (
github.com/aarzilli/nucular v0.0.0-20231003125456-eaf9fcee24e3
github.com/aarzilli/nucular v0.0.0-20231015115631-5b8a646a29b6
github.com/go-delve/delve v1.2.0
go.starlark.net v0.0.0-20200821142938-949cc6f4b097
golang.org/x/mobile v0.0.0-20201217150744-e6ae53a27f4f
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ github.com/aarzilli/nucular v0.0.0-20231002133548-a7c48a828611 h1:/KgtH2Go1wEZXP
github.com/aarzilli/nucular v0.0.0-20231002133548-a7c48a828611/go.mod h1:nnSC/sMB1jD87e4WKVLkpFeOsopNu/a1s7jcyWzPyIg=
github.com/aarzilli/nucular v0.0.0-20231003125456-eaf9fcee24e3 h1:I1wZtzmG2xp0qL4dP9z5yecT6UZkqbJNLSTrL6zCr4U=
github.com/aarzilli/nucular v0.0.0-20231003125456-eaf9fcee24e3/go.mod h1:qHMmKOYFU0ylHKAjDGNN19aZAu0BIcjqO4m+SbLrhj8=
github.com/aarzilli/nucular v0.0.0-20231015115631-5b8a646a29b6 h1:7jb/R9hAwXYHo+eaTKVsm5mfEn0JC9DLtQ8ObkIE998=
github.com/aarzilli/nucular v0.0.0-20231015115631-5b8a646a29b6/go.mod h1:qHMmKOYFU0ylHKAjDGNN19aZAu0BIcjqO4m+SbLrhj8=
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
Expand Down
1 change: 1 addition & 0 deletions vendor/github.com/aarzilli/nucular/drawing.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions vendor/github.com/aarzilli/nucular/font/cursor.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 8 additions & 5 deletions vendor/github.com/aarzilli/nucular/gio.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions vendor/github.com/aarzilli/nucular/split.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ gioui.org/shader/piet
## explicit
github.com/BurntSushi/xgb
github.com/BurntSushi/xgb/xproto
# github.com/aarzilli/nucular v0.0.0-20231003125456-eaf9fcee24e3
# github.com/aarzilli/nucular v0.0.0-20231015115631-5b8a646a29b6
## explicit; go 1.18
github.com/aarzilli/nucular
github.com/aarzilli/nucular/clipboard
Expand Down

0 comments on commit fdedccd

Please sign in to comment.