go.mod 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. module github.com/cloudflare/cfssl
  2. go 1.16
  3. require (
  4. bitbucket.org/liamstask/goose v0.0.0-20150115234039-8488cc47d90c
  5. github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
  6. github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
  7. github.com/cloudflare/backoff v0.0.0-20161212185259-647f3cdfc87a
  8. github.com/cloudflare/redoctober v0.0.0-20201013214028-99c99a8e7544
  9. github.com/cncf/udpa/go v0.0.0-20210322005330-6414d713912e // indirect
  10. github.com/coreos/go-systemd/v22 v22.3.2 // indirect
  11. github.com/envoyproxy/protoc-gen-validate v0.6.1 // indirect
  12. github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
  13. github.com/go-sql-driver/mysql v1.6.0
  14. github.com/golang/glog v0.0.0-20210429001901-424d2337a529 // indirect
  15. github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
  16. github.com/google/certificate-transparency-go v1.1.2-0.20210511102531-373a877eec92
  17. github.com/google/uuid v1.2.0 // indirect
  18. github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
  19. github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
  20. github.com/jmhodges/clock v0.0.0-20160418191101-880ee4c33548
  21. github.com/jmoiron/sqlx v1.3.3
  22. github.com/json-iterator/go v1.1.11 // indirect
  23. github.com/kisielk/sqlstruct v0.0.0-20201105191214-5f3e10d3ab46
  24. github.com/kisom/goutils v1.4.3
  25. github.com/kylelemons/go-gypsy v1.0.0 // indirect
  26. github.com/lib/pq v1.10.1
  27. github.com/mattn/go-runewidth v0.0.12 // indirect
  28. github.com/mattn/go-sqlite3 v1.14.7
  29. github.com/olekukonko/tablewriter v0.0.5 // indirect
  30. github.com/prometheus/client_golang v1.10.0
  31. github.com/prometheus/common v0.24.0 // indirect
  32. github.com/rivo/uniseg v0.2.0 // indirect
  33. github.com/russross/blackfriday/v2 v2.1.0 // indirect
  34. github.com/sirupsen/logrus v1.8.1 // indirect
  35. github.com/soheilhy/cmux v0.1.5 // indirect
  36. github.com/spf13/cobra v1.1.3 // indirect
  37. github.com/stretchr/testify v1.7.0
  38. github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect
  39. github.com/urfave/cli v1.22.5 // indirect
  40. github.com/ziutek/mymysql v1.5.4 // indirect
  41. github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc
  42. github.com/zmap/zlint/v3 v3.1.0
  43. go.uber.org/multierr v1.7.0 // indirect
  44. golang.org/x/crypto v0.0.0-20220824171710-5757bc0c5503
  45. golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
  46. golang.org/x/mod v0.4.2 // indirect
  47. golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
  48. golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c // indirect
  49. golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
  50. google.golang.org/genproto v0.0.0-20210510173355-fb37daa5cd7a // indirect
  51. honnef.co/go/tools v0.1.4 // indirect
  52. )