diff options
| author | Jeff Carr <[email protected]> | 2024-11-24 13:47:26 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-24 13:47:26 -0600 |
| commit | 6ffb7f84c1065dfedcbe41ba595abcd11ceeaf5c (patch) | |
| tree | 415b78176c5cfa734c9a655fa9c057da97c57f5f | |
| parent | 71909226e19e003b64190ac97267a04dfc04185a (diff) | |
test buildsv0.0.1
| -rw-r--r-- | go.mod | 5 | ||||
| -rw-r--r-- | go.sum | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module go.wit.com/apps/xstartplacement + +go 1.22.9 + +require github.com/BurntSushi/xgb v0.0.0-20210121224620-deaf085860bc @@ -0,0 +1,2 @@ +github.com/BurntSushi/xgb v0.0.0-20210121224620-deaf085860bc h1:7D+Bh06CRPCJO3gr2F7h1sriovOZ8BMhca2Rg85c2nk= +github.com/BurntSushi/xgb v0.0.0-20210121224620-deaf085860bc/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= |
