-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
35 lines (32 loc) · 1.33 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
module github.com/tedpearson/ForecastMetrics/v3
go 1.23.4
require (
github.com/Code-Hex/go-generics-cache v1.5.1
github.com/cenkalti/backoff/v3 v3.2.2
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/iancoleman/strcase v0.3.0
github.com/influxdata/influxdb-client-go/v2 v2.14.0
github.com/rickb777/period v1.0.7
github.com/stephenafamo/kronika v0.0.0-20220912224312-79c8aa498e30
github.com/stretchr/testify v1.10.0
github.com/valyala/fastjson v1.6.4
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/btree v1.1.3 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/govalues/decimal v0.1.34 // indirect
github.com/influxdata/line-protocol v0.0.0-20210922203350-b1ad95c89adf // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/oapi-codegen/runtime v1.1.1 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rickb777/plural v1.4.2 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
golang.org/x/net v0.33.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)