diff options
| author | Jeff Carr <[email protected]> | 2024-01-15 17:08:16 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-15 17:08:16 -0600 |
| commit | 3667f8a93680434d27abae84b05daeadfe5da2ab (patch) | |
| tree | 4e4c5137866f9c0948ee0819e489bffc4ce6e060 /go.mod | |
| parent | 7c02449c71229811ff2d823eb2ef4ea2e3b793c2 (diff) | |
updated go modv0.12.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,16 +1,16 @@ -module go.wit.com/gui/cloudflare +module go.wit.com/gui/lib/cloudflare go 1.21.4 require ( - go.wit.com/gui/gadgets v0.1.3 - go.wit.com/gui/gui v0.10.3 - go.wit.com/log v0.4.2 + go.wit.com/gui/gadgets v0.12.5 + go.wit.com/gui/gui v0.12.9 + go.wit.com/log v0.5.4 ) require ( - github.com/alexflint/go-arg v1.4.3 // indirect - github.com/alexflint/go-scalar v1.1.0 // indirect - go.wit.com/gui/toolkits v0.4.1 // indirect - go.wit.com/spew v0.0.0-20240101141411-c7b8e91573c9 // indirect + go.wit.com/dev/alexflint/arg v1.4.5 // indirect + go.wit.com/dev/alexflint/scalar v1.2.1 // indirect + go.wit.com/dev/davecgh/spew v1.1.4 // indirect + go.wit.com/gui/widget v1.1.3 // indirect ) |
