From b23201e4ea65403625b80573907d270b9055dafc Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Thu, 23 Jan 2025 11:45:36 +0100 Subject: Return resource ID and allow getting resources --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') 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 -- cgit v1.2.3