-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
41 lines (38 loc) · 1.43 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
module github.com/bzimmer/gravl
go 1.23.2
require (
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
github.com/bzimmer/activity v0.11.0
github.com/bzimmer/manual v0.1.5
github.com/expr-lang/expr v1.16.9
github.com/fatih/color v1.17.0
github.com/hashicorp/go-metrics v0.5.3
github.com/martinlindhe/unit v0.0.0-20230420213220-4adfd7d0a0d6
github.com/rs/zerolog v1.33.0
github.com/spf13/afero v1.11.0
github.com/stretchr/testify v1.9.0
github.com/tj/go-naturaldate v1.3.0
github.com/urfave/cli/v2 v2.27.4
golang.org/x/oauth2 v0.23.0
golang.org/x/sync v0.8.0
golang.org/x/time v0.6.0
)
require (
github.com/bzimmer/httpwares v0.1.3 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/twpayne/go-geom v1.5.7 // indirect
github.com/twpayne/go-gpx v1.3.3 // indirect
github.com/twpayne/go-polyline v1.1.1 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)