Skip to content
Snippets Groups Projects
go.mod 1.4 KiB
Newer Older
Gabriel Zachmann's avatar
Gabriel Zachmann committed

Gabriel Zachmann's avatar
Gabriel Zachmann committed

require (
	github.com/oidc-mytoken/api v0.3.1-0.20220117084015-d21eb7b909ec
	github.com/oidc-mytoken/lib v0.2.2-0.20211223095212-32c942773b34
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	github.com/urfave/cli/v2 v2.3.1-0.20211205195634-e8d81738896c
	golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
	golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	golang.org/x/term v0.0.0-20210503060354-a79de5458b56
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
Gabriel Zachmann's avatar
Gabriel Zachmann committed
)
Gabriel Zachmann's avatar
Gabriel Zachmann committed

replace github.com/urfave/cli/v2 => github.com/zachmann/cli/v2 v2.3.1-0.20211220102037-d619fd40a704