-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 812 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 812 Bytes
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/calypr/data-client
go 1.24.2
require (
github.com/golang-jwt/jwt/v5 v5.3.0
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-version v1.8.0
github.com/spf13/cobra v1.10.2
github.com/vbauerster/mpb/v8 v8.11.2
go.uber.org/mock v0.6.0
golang.org/x/mod v0.31.0
gopkg.in/ini.v1 v1.67.0
)
require (
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
github.com/clipperhouse/stringish v0.1.1 // indirect
github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-runewidth v0.0.19 // indirect
github.com/spf13/pflag v1.0.10 // indirect
golang.org/x/sys v0.39.0 // indirect
)