Adding Go module/dependency info.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Tue, 7 Feb 2023 06:19:42 +0000 (22:19 -0800)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Tue, 7 Feb 2023 06:19:42 +0000 (22:19 -0800)
go.mod [new file with mode: 0644]
go.sum [new file with mode: 0644]

diff --git a/go.mod b/go.mod
new file mode 100644 (file)
index 0000000..2beb9eb
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module illi
+
+go 1.17
+
+require github.com/jezek/xgb v1.1.0
diff --git a/go.sum b/go.sum
new file mode 100644 (file)
index 0000000..29bcf6f
--- /dev/null
+++ b/go.sum
@@ -0,0 +1,2 @@
+github.com/jezek/xgb v1.1.0 h1:wnpxJzP1+rkbGclEkmwpVFQWpuE2PUGNUzP8SbfFobk=
+github.com/jezek/xgb v1.1.0/go.mod h1:nrhwO0FX/enq75I7Y7G8iN1ubpSGZEiA3v9e9GyRFlk=