diff options
| author | Jeff Carr <[email protected]> | 2024-01-31 14:17:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-31 14:17:06 -0600 |
| commit | 6188281ddacf8184cb0213fda4ed6cfb7d487c9d (patch) | |
| tree | f3bcc24517c4d50f636fc58640bcda9dd07ca6ca /go.mod | |
| parent | 27028d2f40298fdde069f4e7e03218f8ecdd9dfe (diff) | |
remove testing code
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -1,15 +0,0 @@ -module go.wit.com/apps/helloworld - -go 1.21.4 - -require ( - go.wit.com/gui v0.14.0 - go.wit.com/log v0.13.18 -) - -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.10 // indirect -) |
