Skip to content
Snippets Groups Projects
Select Git revision
  • 676ac489d082cbd7272552164079723cdccb730f
  • 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
  • user avatar
    dependabot[bot] authored and GitHub committed
    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.8.0 to 0.9.0.
    - [Commits](https://github.com/golang/oauth2/compare/v0.8.0...v0.9.0
    
    )
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/oauth2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: default avatardependabot[bot] <support@github.com>
    676ac489
    History
    This project manages its dependencies using Go Modules. Learn more
    go.mod 2.73 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-sql-driver/mysql v1.7.1
    	github.com/gofiber/fiber/v2 v2.46.0
    	github.com/gofiber/helmet/v2 v2.2.26
    	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.10.1-0.20230412103735-ccd26fb9a9ae
    	github.com/oidc-mytoken/lib v0.7.0
    	github.com/oidc-mytoken/utils v0.1.2
    	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/sirupsen/logrus v1.9.3
    	github.com/urfave/cli/v2 v2.3.1-0.20211205195634-e8d81738896c
    	github.com/valyala/fasthttp v1.47.0
    	golang.org/x/crypto v0.10.0
    	golang.org/x/mod v0.11.0
    	golang.org/x/oauth2 v0.9.0
    	golang.org/x/term v0.9.0
    	gopkg.in/yaml.v3 v3.0.1
    )
    
    require (
    	github.com/andybalholm/brotli v1.0.5 // indirect
    	github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
    	github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
    	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
    	github.com/go-jose/go-jose/v3 v3.0.0 // indirect
    	github.com/go-resty/resty/v2 v2.7.0 // indirect
    	github.com/goccy/go-json v0.10.2 // indirect
    	github.com/golang/protobuf v1.5.2 // indirect
    	github.com/google/uuid v1.3.0 // indirect
    	github.com/klauspost/compress v1.16.3 // 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.18 // 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/savsgio/dictpool v0.0.0-20221023140959-7bf2e61cea94 // indirect
    	github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // 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.11.0 // indirect
    	golang.org/x/sys v0.9.0 // indirect
    	google.golang.org/appengine v1.6.7 // indirect
    	google.golang.org/protobuf v1.28.0 // indirect
    )
    
    replace github.com/urfave/cli/v2 => github.com/zachmann/cli/v2 v2.3.1-0.20211220102037-d619fd40a704