go.mod 325 B

1234567891011
  1. module code.osinet.fr/fgm/kurz
  2. require (
  3. github.com/go-sql-driver/mysql v1.4.0
  4. github.com/mitchellh/go-homedir v1.0.0 // indirect
  5. github.com/spf13/cobra v0.0.3
  6. github.com/spf13/pflag v1.0.3 // indirect
  7. github.com/spf13/viper v1.2.1 // indirect
  8. google.golang.org/appengine v1.3.0 // indirect
  9. gopkg.in/yaml.v2 v2.2.1
  10. )