diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-05-06 21:19:12 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-05-06 21:19:12 -0400 |
| commit | 2990789d98405291bfbb3e0dce4efca1153120ab (patch) | |
| tree | d7bdc19b28909bdc2d5abf24f2c3575d199463ae /go.mod | |
| parent | b6b81ac135e77f7856efb07389a6ac42cc137a6e (diff) | |
| download | lulu-2990789d98405291bfbb3e0dce4efca1153120ab.zip | |
implement POST /validate-interior
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,5 +6,6 @@ require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/stretchr/testify v1.11.1 // indirect + golang.org/x/oauth2 v0.36.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) |