mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
27 lines
696 B
Modula-2
27 lines
696 B
Modula-2
module github.com/Infisical/infisical-merge
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/spf13/cobra v1.6.1
|
|
golang.org/x/crypto v0.2.0
|
|
)
|
|
|
|
require (
|
|
github.com/alessio/shellescape v1.4.1 // indirect
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
|
|
github.com/danieljoos/wincred v1.1.0 // indirect
|
|
github.com/godbus/dbus/v5 v5.0.6 // indirect
|
|
golang.org/x/net v0.2.0 // indirect
|
|
golang.org/x/sys v0.2.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/go-resty/resty/v2 v2.7.0
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
github.com/manifoldco/promptui v0.9.0
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/zalando/go-keyring v0.2.1
|
|
)
|