wrhb123 commited on
Commit
59cbb5b
·
verified ·
1 Parent(s): 6772c77

Create go.mod

Browse files
Files changed (1) hide show
  1. go.mod +5 -0
go.mod ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ module getmerlin2api
2
+
3
+ go 1.22.2
4
+
5
+ require github.com/google/uuid v1.6.0