You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

go.mod 3.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. module contact-form
  2. go 1.12
  3. require (
  4. cloud.google.com/go v0.47.0 // indirect
  5. cloud.google.com/go/bigquery v1.2.0 // indirect
  6. cloud.google.com/go/storage v1.1.2 // indirect
  7. github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
  8. github.com/coreos/bbolt v1.3.3 // indirect
  9. github.com/coreos/etcd v3.3.17+incompatible // indirect
  10. github.com/coreos/go-semver v0.3.0 // indirect
  11. github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
  12. github.com/creack/pty v1.1.9 // indirect
  13. github.com/dchest/captcha v0.0.0-20170622155422-6a29415a8364
  14. github.com/gogo/protobuf v1.3.1 // indirect
  15. github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
  16. github.com/google/go-cmp v0.3.1 // indirect
  17. github.com/google/pprof v0.0.0-20191028172815-5e965273ee43 // indirect
  18. github.com/gorilla/context v1.1.1 // indirect
  19. github.com/gorilla/csrf v1.6.1
  20. github.com/gorilla/mux v1.7.3
  21. github.com/gorilla/sessions v1.2.0
  22. github.com/gorilla/websocket v1.4.1 // indirect
  23. github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect
  24. github.com/grpc-ecosystem/grpc-gateway v1.11.3 // indirect
  25. github.com/hashicorp/golang-lru v0.5.3 // indirect
  26. github.com/jamiealquiza/envy v1.1.0
  27. github.com/json-iterator/go v1.1.8 // indirect
  28. github.com/jstemmer/go-junit-report v0.9.1 // indirect
  29. github.com/julienschmidt/httprouter v1.3.0 // indirect
  30. github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
  31. github.com/kr/pty v1.1.8 // indirect
  32. github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
  33. github.com/modern-go/reflect2 v1.0.1 // indirect
  34. github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
  35. github.com/pelletier/go-toml v1.6.0 // indirect
  36. github.com/prometheus/client_golang v1.2.1 // indirect
  37. github.com/rogpeppe/fastuuid v1.2.0 // indirect
  38. github.com/rogpeppe/go-internal v1.5.0 // indirect
  39. github.com/russross/blackfriday v2.0.0+incompatible // indirect
  40. github.com/spf13/afero v1.2.2 // indirect
  41. github.com/spf13/cobra v0.0.5 // indirect
  42. github.com/spf13/jwalterweatherman v1.1.0 // indirect
  43. github.com/spf13/pflag v1.0.5 // indirect
  44. github.com/spf13/viper v1.5.0 // indirect
  45. github.com/stretchr/objx v0.2.0 // indirect
  46. github.com/ugorji/go v1.1.7 // indirect
  47. go.etcd.io/bbolt v1.3.3 // indirect
  48. go.opencensus.io v0.22.1 // indirect
  49. go.uber.org/zap v1.12.0 // indirect
  50. golang.org/x/crypto v0.0.0-20191029031824-8986dd9e96cf // indirect
  51. golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136 // indirect
  52. golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
  53. golang.org/x/mobile v0.0.0-20191031020345-0945064e013a // indirect
  54. golang.org/x/net v0.0.0-20191101175033-0deb6923b6d9 // indirect
  55. golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
  56. golang.org/x/sys v0.0.0-20191029155521-f43be2a4598c // indirect
  57. golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
  58. golang.org/x/tools v0.0.0-20191101200257-8dbcdeb83d3f // indirect
  59. golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect
  60. google.golang.org/appengine v1.6.5 // indirect
  61. google.golang.org/grpc v1.24.0 // indirect
  62. gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
  63. )