aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-12 13:05:02 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-12 13:05:02 +0200
commitb0397503c8bdcc98216bab220b661466c74a63e9 (patch)
tree01e0fb2b1b80ff197d533a72708a00621f70e3ac /go.mod
parent98dd9ae0629d58b16603d0188bd7e6f6f182e337 (diff)
Create separate module for primitives
- Added a converter tool to convert from an old version of gobdata to a new format - added ws sub directory for the command line tool
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 16e4d40..2b3dc0d 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
-module ws
+module git.spacehb.net/ws.git
go 1.23.1