-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (21 loc) · 911 Bytes
/
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
module github.com/usace/consequences-runner
go 1.19
require github.com/usace/filestore2 v0.0.0-20230817171325-a9673451c7d2
require (
github.com/HydrologicEngineeringCenter/go-statistics v0.0.0-20240126145250-a17483ae0981 // indirect
github.com/cockroachdb/apd v1.1.0 // indirect
github.com/dewberry/gdal v0.3.4 // indirect
github.com/leekchan/accounting v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/spf13/cast v1.5.1 // indirect
golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 // indirect
gonum.org/v1/gonum v0.15.0 // indirect
)
require (
github.com/USACE/go-consequences v0.0.0-20240926232157-366b2a416695
github.com/aws/aws-sdk-go v1.44.325 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/usace/cc-go-sdk v0.0.0-20231012194732-4956a1c011bd
)