summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 23:06:59 -0600
committerJeff Carr <[email protected]>2024-01-18 23:06:59 -0600
commitc92c15153ccfe58c2bfedc5b5206aac73d384678 (patch)
tree45ecfd6a3ce9ea2c99582320b24330f46844a99c /go.mod
parentdf1a320239ec6dc668379e84faf310c48b17459b (diff)
fix makefile typo
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c955629..9449cda 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module go.wit.com/toolkits/debian
go 1.21.4
require (
- go.wit.com/gui v0.12.16
+ go.wit.com/gui v0.12.17
go.wit.com/log v0.5.5
)