summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2024-08-24 21:34:48 -0700
committerRose Hogenson <rosehogenson@posteo.net>2024-08-24 21:34:48 -0700
commita2e1ec9472d7ff1d3387dc9d059dcee019a84996 (patch)
tree9fe251af8607c4844cf2432e9b9c5e1a221417e7 /go.mod
downloadpongo-a2e1ec9472d7ff1d3387dc9d059dcee019a84996.tar.zst
Initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 11 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..f1e3ac0
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,11 @@
+module gitlab.com/rhogenson/pongo
+
+go 1.22
+
+require github.com/gen2brain/raylib-go/raylib v0.0.0-20240807111636-8861ee437da9
+
+require (
+ github.com/ebitengine/purego v0.7.1 // indirect
+ golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
+ golang.org/x/sys v0.20.0 // indirect
+)