go.mod 331 B

1234567891011121314
  1. module git.chuangxin1.com/cx/myth
  2. go 1.13
  3. require (
  4. github.com/go-sql-driver/mysql v1.5.0
  5. github.com/golang/protobuf v1.3.1
  6. github.com/jmoiron/sqlx v1.2.0
  7. github.com/lib/pq v1.3.0
  8. github.com/stretchr/testify v1.3.0
  9. github.com/ugorji/go v1.1.4
  10. golang.org/x/net v0.0.0-20190424112056-4829fb13d2c6
  11. gopkg.in/yaml.v2 v2.2.2
  12. )