summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-03 21:03:29 -0600
committerJeff Carr <[email protected]>2024-01-03 21:03:29 -0600
commit430de13fba8e50d51e46ee4adb362f2549661431 (patch)
tree0bed54c71c9b8eee6dfdc6e859e30cbe1733a2d7 /go.mod
parentc871d5ecf051a7dc4e3a77157cdbc0a457eb9ae1 (diff)
update for 'gui/toolkit' move
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 4 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 8fbceaf..445fc28 100644
--- a/go.mod
+++ b/go.mod
@@ -6,21 +6,19 @@ require (
github.com/alexflint/go-arg v1.4.3
github.com/digitalocean/godo v1.107.0
go.wit.com/gui/gadgets v0.1.3
- go.wit.com/gui/gui v0.9.8
- go.wit.com/log v0.0.0-20240101060000-bf41970f7793
+ go.wit.com/gui/gui v0.10.1
+ go.wit.com/log v0.3.1
golang.org/x/oauth2 v0.15.0
)
require (
github.com/alexflint/go-scalar v1.1.0 // indirect
- github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
- github.com/sourcegraph/conc v0.3.0 // indirect
- go.uber.org/atomic v1.7.0 // indirect
- go.uber.org/multierr v1.9.0 // indirect
+ go.wit.com/gui/toolkits v0.4.1 // indirect
+ go.wit.com/spew v0.0.0-20240101141411-c7b8e91573c9 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
google.golang.org/appengine v1.6.7 // indirect