-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
34 lines (31 loc) · 1.27 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
module github.com/Aidoku/aidoku-cli
go 1.18
require (
github.com/AlecAivazis/survey/v2 v2.3.4
github.com/GeertJohan/go.rice v1.0.2
github.com/bmatcuk/doublestar/v4 v4.0.2
github.com/fatih/color v1.13.0
github.com/felixge/httpsnoop v1.0.3
github.com/iancoleman/strcase v0.2.0
github.com/segmentio/fasthash v1.0.3
github.com/spf13/cobra v1.4.0
github.com/valyala/fastjson v1.6.3
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf
golang.org/x/text v0.3.8
)
require (
github.com/daaku/go.zipexe v1.0.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
)