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

Gabriel Zachmann's avatar
Gabriel Zachmann committed
go 1.19
Gabriel Zachmann's avatar
Gabriel Zachmann committed

require (
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	github.com/gofrs/uuid v4.4.0+incompatible
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	github.com/oidc-mytoken/utils v0.1.3-0.20230731143919-ea5b78243e5d
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	github.com/urfave/cli/v2 v2.3.1-0.20211205195634-e8d81738896c
Gabriel Zachmann's avatar
Gabriel Zachmann committed
)
Gabriel Zachmann's avatar
Gabriel Zachmann committed

Gabriel Zachmann's avatar
Gabriel Zachmann committed
require (
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	github.com/cbroglie/mustache v1.4.0 // indirect
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	github.com/gofiber/template v1.8.2 // indirect
	github.com/gofiber/utils v1.1.0 // indirect
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	github.com/mattn/go-isatty v0.0.19 // indirect
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	google.golang.org/appengine v1.6.7 // indirect
Gabriel Zachmann's avatar
Gabriel Zachmann committed
replace github.com/urfave/cli/v2 => github.com/zachmann/cli/v2 v2.3.1-0.20211220102037-d619fd40a704