-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.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.4
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.18.0
github.com/hashicorp/go-metrics v0.5.4
github.com/martinlindhe/unit v0.0.0-20230420213220-4adfd7d0a0d6
github.com/rs/zerolog v1.33.0
github.com/spf13/afero v1.12.0
github.com/stretchr/testify v1.10.0
github.com/tj/go-naturaldate v1.3.0
github.com/urfave/cli/v2 v2.27.5
golang.org/x/oauth2 v0.25.0
golang.org/x/sync v0.10.0
golang.org/x/time v0.9.0
)
require (
github.com/bzimmer/httpwares v0.1.3 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.6 // 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.14 // 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.4.1 // 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.34.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)