go modules

This commit is contained in:
Satoshi Inoue 2019-02-01 19:47:36 +09:00
parent 5ad6f621e6
commit 5d0a0e8700
2 changed files with 5 additions and 0 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/istsh/gorm
require github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a h1:eeaG9XMUvRBYXJi4pg1ZKM7nxc5AfXfojeLLW7O5J3k=
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a/go.mod h1:h+uFLlag+Qp1Va5pdKtLDYj+kHp5pxUVkryuEj+Srlc=