Skip to content
Snippets Groups Projects
go.mod 2.58 KiB
Newer Older
  • Learn to ignore specific revisions
  • 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/oidc-mytoken/api v0.9.2-0.20221209082828-a2b167ffec41
    
    	github.com/oidc-mytoken/lib v0.6.2-0.20221125141521-dae7f2a63fc2
    
    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
    
    
    Gabriel Zachmann's avatar
    Gabriel Zachmann committed
    require (
    	github.com/andybalholm/brotli v1.0.4 // indirect
    	github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
    	github.com/cbroglie/mustache v1.4.0 // indirect
    	github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
    	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.0-20210816181553-5444fa50b93d // 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