Skip to content
Snippets Groups Projects
Select Git revision
  • 1140a5d26ca7b25601207a5763620c566b18b50d
  • prerel default protected
  • remove-unused-upload
  • dependabot/go_modules/github.com/valyala/fasthttp-1.65.0
  • dependabot/go_modules/github.com/redis/go-redis/v9-9.12.1
  • dependabot/go_modules/golang.org/x/crypto-0.41.0
  • dependabot/go_modules/golang.org/x/mod-0.27.0
  • dependabot/go_modules/github.com/coreos/go-oidc/v3-3.15.0
  • dependabot/go_modules/github.com/olekukonko/tablewriter-1.0.9
  • dependabot/go_modules/github.com/gofiber/fiber/v2-2.52.9
  • dependabot/go_modules/github.com/gofiber/template/mustache/v2-2.0.14
  • dependabot/go_modules/github.com/go-sql-driver/mysql-1.9.3
  • dependabot/go_modules/github.com/zachmann/go-oidfed-0.4.0
  • master protected
  • dependabot/go_modules/github.com/coreos/go-oidc/v3-3.8.0
  • dependabot/go_modules/golang.org/x/mod-0.14.0
  • dependabot/go_modules/github.com/gofiber/fiber/v2-2.51.0
  • dependabot/go_modules/github.com/valyala/fasthttp-1.51.0
  • dependabot/go_modules/golang.org/x/oauth2-0.15.0
  • dependabot/go_modules/github.com/lestrrat-go/jwx-1.2.27
  • dependabot/go_modules/golang.org/x/term-0.15.0
  • v0.10.1
  • v0.10.0
  • v0.9.2
  • v0.9.1
  • v0.9.0
  • v0.8.1
  • v0.8.0
  • v0.7.2
  • v0.7.1
  • v0.7.0
  • v0.6.1
  • v0.6.1-c
  • v0.6.1-b
  • v0.6.1-a
  • v0.6.0
  • v0.5.4
  • v0.5.3
  • v0.5.2
  • v0.5.1
  • v0.5.0
41 results

go.mod

Blame
  • This project manages its dependencies using Go Modules. Learn more
    go.mod 3.07 KiB
    module github.com/oidc-mytoken/server
    
    go 1.19
    
    require (
    	github.com/Songmu/prompter v0.5.1
    	github.com/coreos/go-oidc/v3 v3.6.0
    	github.com/evanphx/json-patch/v5 v5.6.0
    	github.com/fatih/structs v1.1.0
    	github.com/gliderlabs/ssh v0.3.5
    	github.com/go-resty/resty/v2 v2.7.0
    	github.com/go-sql-driver/mysql v1.7.1
    	github.com/gofiber/fiber/v2 v2.48.0
    	github.com/gofiber/helmet/v2 v2.2.26
    	github.com/gofiber/template/mustache/v2 v2.0.6
    	github.com/gofrs/uuid v4.4.0+incompatible
    	github.com/golang-jwt/jwt v3.2.2+incompatible
    	github.com/ip2location/ip2location-go v8.3.0+incompatible
    	github.com/jinzhu/copier v0.3.5
    	github.com/jmoiron/sqlx v1.3.5
    	github.com/lestrrat-go/jwx v1.2.26
    	github.com/oidc-mytoken/api v0.11.2-0.20230810083726-bf164306e5b2
    	github.com/oidc-mytoken/lib v0.7.1
    	github.com/oidc-mytoken/utils v0.1.3-0.20230731143919-ea5b78243e5d
    	github.com/patrickmn/go-cache v2.1.0+incompatible
    	github.com/pires/go-proxyproto v0.7.0
    	github.com/pkg/errors v0.9.1
    	github.com/redis/go-redis/v9 v9.0.5
    	github.com/sirupsen/logrus v1.9.3
    	github.com/urfave/cli/v2 v2.3.1-0.20211205195634-e8d81738896c
    	github.com/valyala/fasthttp v1.48.0
    	github.com/zachmann/go-oidcfed v0.0.0-20230725165112-6d27a1323204
    	golang.org/x/crypto v0.12.0
    	golang.org/x/mod v0.12.0
    	golang.org/x/oauth2 v0.11.0
    	golang.org/x/term v0.11.0
    	gopkg.in/yaml.v3 v3.0.1
    )
    
    require (
    	github.com/adam-hanna/arrayOperations v1.0.1 // indirect
    	github.com/andybalholm/brotli v1.0.5 // indirect
    	github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
    	github.com/cbroglie/mustache v1.4.0 // indirect
    	github.com/cespare/xxhash/v2 v2.2.0 // indirect
    	github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
    	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
    	github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
    	github.com/go-jose/go-jose/v3 v3.0.0 // indirect
    	github.com/goccy/go-json v0.10.2 // indirect
    	github.com/gofiber/template v1.8.2 // indirect
    	github.com/gofiber/utils v1.1.0 // indirect
    	github.com/golang/protobuf v1.5.3 // indirect
    	github.com/google/uuid v1.3.0 // indirect
    	github.com/klauspost/compress v1.16.5 // indirect
    	github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
    	github.com/lestrrat-go/blackmagic v1.0.1 // indirect
    	github.com/lestrrat-go/httpcc v1.0.1 // indirect
    	github.com/lestrrat-go/iter v1.0.2 // indirect
    	github.com/lestrrat-go/option v1.0.1 // indirect
    	github.com/mattn/go-colorable v0.1.13 // indirect
    	github.com/mattn/go-isatty v0.0.19 // indirect
    	github.com/mattn/go-runewidth v0.0.14 // indirect
    	github.com/philhofer/fwd v1.1.2 // indirect
    	github.com/rivo/uniseg v0.2.0 // indirect
    	github.com/russross/blackfriday/v2 v2.1.0 // indirect
    	github.com/tinylib/msgp v1.1.8 // indirect
    	github.com/valyala/bytebufferpool v1.0.0 // indirect
    	github.com/valyala/tcplisten v1.0.0 // indirect
    	golang.org/x/net v0.14.0 // indirect
    	golang.org/x/sys v0.11.0 // indirect
    	google.golang.org/appengine v1.6.7 // indirect
    	google.golang.org/protobuf v1.31.0 // indirect
    )
    
    replace github.com/urfave/cli/v2 => github.com/zachmann/cli/v2 v2.3.1-0.20211220102037-d619fd40a704