summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-24 13:47:26 -0600
committerJeff Carr <[email protected]>2024-11-24 13:47:26 -0600
commit6ffb7f84c1065dfedcbe41ba595abcd11ceeaf5c (patch)
tree415b78176c5cfa734c9a655fa9c057da97c57f5f
parent71909226e19e003b64190ac97267a04dfc04185a (diff)
test buildsv0.0.1
-rw-r--r--go.mod5
-rw-r--r--go.sum2
2 files changed, 7 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..cc38eaf
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module go.wit.com/apps/xstartplacement
+
+go 1.22.9
+
+require github.com/BurntSushi/xgb v0.0.0-20210121224620-deaf085860bc
diff --git a/go.sum b/go.sum
new file mode 100644
index 0000000..ae50bbf
--- /dev/null
+++ b/go.sum
@@ -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=