-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
go.mod
32 lines (29 loc) · 1.16 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
module github.com/keygen-sh/keygen-cli
go 1.17
require (
github.com/Masterminds/semver v1.5.0
github.com/eiannone/keyboard v0.0.0-20200508000154-caf4b762e807
github.com/fatih/color v1.7.0
github.com/google/go-querystring v1.1.0
github.com/google/uuid v1.3.0
github.com/keygen-sh/jsonapi-go v1.2.1
github.com/keygen-sh/keygen-go/v2 v2.9.0
github.com/mattn/go-isatty v0.0.14
github.com/mitchellh/go-homedir v1.0.0
github.com/oasisprotocol/curve25519-voi v0.0.0-20220328075252-7dd334e3daae
github.com/spf13/cobra v1.8.0
github.com/vbauerster/mpb/v7 v7.1.5
)
require (
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/keygen-sh/go-update v1.0.0 // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
)