summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod13
1 files changed, 13 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..f9990b0
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,13 @@
+module github.com/scrotadamus/ghligh
+
+go 1.22.2
+
+require (
+ github.com/spf13/cobra v1.8.1
+ github.com/ungerik/go-cairo v0.0.0-20240304075741-47de8851d267
+)
+
+require (
+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
+ github.com/spf13/pflag v1.0.5 // indirect
+)