summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulian Hurst <julian.hurst@digdash.com>2025-01-23 11:45:36 +0100
committerJulian Hurst <julian.hurst@digdash.com>2025-01-23 11:45:36 +0100
commitb23201e4ea65403625b80573907d270b9055dafc (patch)
treedb7a65b2321304de48824634337e09bca2754cdd /go.mod
parent55c77601fdbf39e9aa98185f6dfeaddfecc35fbf (diff)
downloadbox-b23201e4ea65403625b80573907d270b9055dafc.tar.gz
Return resource ID and allow getting resources
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 4b64270..3aba2c6 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,5 @@
module box
go 1.23
+
+require github.com/google/uuid v1.6.0 // indirect