go modules (#2279)

This commit is contained in:
Satoshi Inoue 2019-03-10 08:29:21 +09:00 committed by Jinzhu
parent 906799fef2
commit 4b13e079fc
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=