go.mod 683 B

1234567891011121314151617181920
  1. module code.osinet.fr/fgm/kurz
  2. require (
  3. github.com/BurntSushi/toml v0.3.1 // indirect
  4. github.com/davecgh/go-spew v1.1.1
  5. github.com/go-sql-driver/mysql v1.4.0
  6. github.com/gorilla/mux v1.6.2
  7. github.com/gorilla/sessions v1.1.3
  8. github.com/inconshreveable/mousetrap v1.0.0 // indirect
  9. github.com/nicksnyder/go-i18n/v2 v2.0.0-beta.6
  10. github.com/pressly/goose v2.4.3+incompatible
  11. github.com/spf13/cast v1.3.0
  12. github.com/spf13/cobra v0.0.3
  13. github.com/spf13/pflag v1.0.3 // indirect
  14. github.com/spf13/viper v1.2.1
  15. golang.org/x/text v0.3.0
  16. google.golang.org/appengine v1.3.0 // indirect
  17. gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
  18. gopkg.in/yaml.v2 v2.2.2
  19. )