aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-05-16 11:10:40 -0400
committerSam Anthony <sam@samanthony.xyz>2026-05-16 11:10:40 -0400
commitb2930794aaac97e1ee89c3c214f8cc42e254d02c (patch)
treeedc3eec172d2b44575400aabedc562cdc9bf3847 /go.mod
parent3459adac2f76c835e542fa852ff8de85909d09e4 (diff)
downloadlulu-b2930794aaac97e1ee89c3c214f8cc42e254d02c.zip
keep generated file header out of godoc
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 8cef185..058aff4 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,8 @@ module git.samanthony.xyz/lulu
go 1.25.9
require (
+ github.com/adrg/xdg v0.5.3
+ github.com/alecthomas/kong v1.15.0
github.com/shopspring/decimal v1.4.0
github.com/stretchr/testify v1.11.1
golang.org/x/oauth2 v0.36.0
@@ -10,12 +12,10 @@ require (
)
require (
- github.com/adrg/xdg v0.5.3 // indirect
- github.com/alecthomas/kong v1.15.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
+ github.com/sam-rba/string-enumer v0.0.0-20260516150728-84dfedf65d7e // indirect
github.com/spf13/pflag v1.0.6 // indirect
- github.com/yawnak/string-enumer v0.0.0-20250330104602-f50db3525c45 // indirect
golang.org/x/mod v0.35.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.43.0 // indirect