isididiidid commited on
Commit
702981f
·
verified ·
1 Parent(s): 4f4b9b0

Upload 2 files

Browse files
Files changed (2) hide show
  1. go.mod +5 -0
  2. go.sum +2 -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
go.sum ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
2
+ github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=