blob: 058aff4f283319cd611d733f0f6ffd10818dcd9a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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
golang.org/x/text v0.37.0
)
require (
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
golang.org/x/mod v0.35.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/tools v0.44.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
|