diff options
| author | Julian Hurst <julian.hurst@digdash.com> | 2025-01-23 11:45:36 +0100 |
|---|---|---|
| committer | Julian Hurst <julian.hurst@digdash.com> | 2025-01-23 11:45:36 +0100 |
| commit | b23201e4ea65403625b80573907d270b9055dafc (patch) | |
| tree | db7a65b2321304de48824634337e09bca2754cdd /go.mod | |
| parent | 55c77601fdbf39e9aa98185f6dfeaddfecc35fbf (diff) | |
| download | box-b23201e4ea65403625b80573907d270b9055dafc.tar.gz | |
Return resource ID and allow getting resources
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ module box go 1.23 + +require github.com/google/uuid v1.6.0 // indirect |
