mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-29 22:02:57 +00:00
47 lines
1.7 KiB
Modula-2
47 lines
1.7 KiB
Modula-2
module github.com/Infisical/infisical-merge
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/99designs/keyring v1.2.2
|
|
github.com/muesli/mango-cobra v1.2.0
|
|
github.com/muesli/roff v0.1.0
|
|
github.com/spf13/cobra v1.6.1
|
|
golang.org/x/crypto v0.3.0
|
|
golang.org/x/term v0.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
|
|
github.com/chzyer/readline v1.5.1 // indirect
|
|
github.com/danieljoos/wincred v1.1.2 // indirect
|
|
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect
|
|
github.com/go-openapi/errors v0.20.2 // indirect
|
|
github.com/go-openapi/strfmt v0.21.3 // indirect
|
|
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
|
|
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
|
|
github.com/mattn/go-colorable v0.1.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/mitchellh/mapstructure v1.3.3 // indirect
|
|
github.com/mtibben/percent v0.2.1 // indirect
|
|
github.com/muesli/mango v0.1.0 // indirect
|
|
github.com/muesli/mango-pflag v0.1.0 // indirect
|
|
github.com/oklog/ulid v1.3.1 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
go.mongodb.org/mongo-driver v1.10.0 // indirect
|
|
golang.org/x/net v0.2.0 // indirect
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/fatih/color v1.13.0
|
|
github.com/go-resty/resty/v2 v2.7.0
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
github.com/jedib0t/go-pretty v4.3.0+incompatible
|
|
github.com/manifoldco/promptui v0.9.0
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
)
|