Skip to content
Snippets Groups Projects
Select Git revision
  • 2e99c6b5bd0db61f8d8618ba540472f8c4f7f490
  • 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 1.35 KiB
    module github.com/zachmann/mytoken
    
    go 1.14
    
    require (
    	github.com/andybalholm/brotli v1.0.1 // indirect
    	github.com/coreos/go-oidc/v3 v3.0.0-alpha.1
    	github.com/dgrijalva/jwt-go v3.2.0+incompatible
    	github.com/fatih/structs v1.1.0
    	github.com/go-resty/resty/v2 v2.3.0
    	github.com/go-sql-driver/mysql v1.5.0
    	github.com/gofiber/fiber/v2 v2.1.2
    	github.com/gofiber/helmet/v2 v2.0.1
    	github.com/golang/protobuf v1.4.3 // indirect
    	github.com/ip2location/ip2location-go v8.3.0+incompatible
    	github.com/jinzhu/copier v0.0.0-20201025035756-632e723a6687
    	github.com/jmoiron/sqlx v1.2.1-0.20200615141059-0794cb1f47ee
    	github.com/klauspost/compress v1.11.2 // indirect
    	github.com/lestrrat-go/jwx v1.0.5
    	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
    	github.com/pquerna/cachecontrol v0.0.0-20200921180117-858c6e7e6b7e // indirect
    	github.com/satori/go.uuid v1.2.0
    	github.com/sirupsen/logrus v1.7.0
    	github.com/valyala/fasthttp v1.16.0
    	golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
    	golang.org/x/net v0.0.0-20201029221708-28c70e62bb1d // indirect
    	golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
    	golang.org/x/sys v0.0.0-20201027140754-0fcbb8f4928c // indirect
    	google.golang.org/appengine v1.6.7 // indirect
    	gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
    	gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
    )