diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 16:42:01 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 16:42:01 -0600 |
| commit | 9614be746330c03fe4946d2b546d1251277ca00f (patch) | |
| tree | 95ba77ec0e165f634731a97a6a90651685706c3e /go.mod | |
| parent | 3c0e238cc7f3521d1a0a27e777b204f9c207b5ea (diff) | |
make a go env so go get doesn't freak outv0.12.8
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ module go.wit.com/toolkits/debian go 1.21.4 + +require ( + go.wit.com/gui v0.12.16 + go.wit.com/log v0.5.5 +) + +require ( + 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/widget v1.1.5 // indirect +) |
