aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-05-09 15:45:32 -0400
committerSam Anthony <sam@samanthony.xyz>2026-05-09 15:45:32 -0400
commit5319e2af4c4a11c90323db7359e8edced6edc1fc (patch)
treeb4bd6f09db3adf2d0174e175b466c59f445b0c9b /go.mod
parent8e1e1b0b71cea0705bb2ab7ed9b4c25379b92a77 (diff)
downloadlulu-5319e2af4c4a11c90323db7359e8edced6edc1fc.zip
unmarshal /print-job-cost-calculations response
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 6 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 8d3ada2..eda2d03 100644
--- a/go.mod
+++ b/go.mod
@@ -3,13 +3,17 @@ module git.samanthony.xyz/lulu
go 1.25.9
require (
+ github.com/shopspring/decimal v1.4.0
+ github.com/stretchr/testify v1.11.1
+ golang.org/x/oauth2 v0.36.0
+)
+
+require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.6 // indirect
- github.com/stretchr/testify v1.11.1 // indirect
github.com/yawnak/string-enumer v0.0.0-20250330104602-f50db3525c45 // indirect
golang.org/x/mod v0.24.0 // indirect
- golang.org/x/oauth2 v0.36.0 // indirect
golang.org/x/sync v0.12.0 // indirect
golang.org/x/tools v0.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect