summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-03-30 13:58:58 +0200
committerMartin Fischer <martin@push-f.com>2025-04-05 12:10:36 +0200
commitd980c8532918a1908b47d2a5571432520e425102 (patch)
tree5e179843c965180cd2752bdf2e102c9bd19feb5a /go.mod
parente0ef47bb046163702addb625d8058b884b1411a9 (diff)
refactor: port to Go
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..37a793b
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,10 @@
+module push-f.com/rust-features
+
+go 1.23.5
+
+require (
+ github.com/BurntSushi/toml v1.5.0
+ github.com/sirupsen/logrus v1.9.3
+)
+
+require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect