diff options
| author | Jeff Carr <[email protected]> | 2024-01-29 12:36:26 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-29 12:36:26 -0600 |
| commit | f7ea71ebcddb13ad9e04440c995d579decd2d5cf (patch) | |
| tree | 17e7c60347aa0f357c84decc594d3a64e05b1583 /go.mod | |
| parent | 868968db32f62e8c2318989fe3ee219db28fa566 (diff) | |
go testing
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,8 +5,8 @@ go 1.21.4 require ( github.com/digitalocean/godo v1.108.0 go.wit.com/dev/alexflint/arg v1.4.5 - go.wit.com/gui v0.13.18 - go.wit.com/lib/gadgets v0.13.18 + go.wit.com/gui v0.14.0 + go.wit.com/lib/gadgets v0.14.0 go.wit.com/log v0.13.18 golang.org/x/oauth2 v0.16.0 ) @@ -18,7 +18,7 @@ require ( github.com/hashicorp/go-retryablehttp v0.7.4 // indirect go.wit.com/dev/alexflint/scalar v1.2.1 // indirect go.wit.com/dev/davecgh/spew v1.1.4 // indirect - go.wit.com/widget v1.1.9 // indirect + go.wit.com/widget v1.1.10 // indirect golang.org/x/net v0.20.0 // indirect golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect google.golang.org/appengine v1.6.7 // indirect |
