Skip to content
Snippets Groups Projects
go.mod 1.22 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.20211013093443-16bc819db98a
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	github.com/oidc-mytoken/lib v0.2.1-0.20210730094903-f59c9a8f84e0
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	github.com/zachmann/cli/v2 v2.3.1-0.20210512144416-96dd678d93c7
	golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // 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
)