-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
33 lines (30 loc) · 1.24 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
module github.com/tedpearson/ForecastMetrics/v3
go 1.22.3
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.2 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/govalues/decimal v0.1.32 // indirect
github.com/influxdata/line-protocol v0.0.0-20210922203350-b1ad95c89adf // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/oapi-codegen/runtime v1.0.0 // 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
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
golang.org/x/net v0.30.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)