summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2025-03-10 18:39:28 -0400
committerRobby Zambito <contact@robbyzambito.me>2025-03-10 19:22:18 -0400
commitd2bdac8b2f154d3d070833ffa8dca7e021c00908 (patch)
treef7397ce194dc7d81cf5110ff77a82dca10575444 /go.mod
Initial commitHEADmaster
1.0.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod19
1 files changed, 19 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..abfef5e
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,19 @@
+module git.robbyzambito.me/nats-make-id/v2
+
+go 1.23.5
+
+require (
+ github.com/FabianWilms/GoReadableID v0.0.0-20170714182827-7d7450b775a9
+ github.com/google/uuid v1.6.0
+ github.com/nats-io/nats.go v1.39.1
+)
+
+require (
+ github.com/gosimple/slug v1.15.0 // indirect
+ github.com/gosimple/unidecode v1.0.1 // indirect
+ github.com/klauspost/compress v1.17.9 // indirect
+ github.com/nats-io/nkeys v0.4.9 // indirect
+ github.com/nats-io/nuid v1.0.1 // indirect
+ golang.org/x/crypto v0.31.0 // indirect
+ golang.org/x/sys v0.28.0 // indirect
+)