migration

This commit is contained in:
병준 박 2019-11-06 22:15:02 +09:00
parent 013ceb12bb
commit 2af6adb2ae
3 changed files with 6 additions and 4 deletions

View File

@ -14,6 +14,8 @@ type AnnotationFieldMeta struct {
options anotationMetaOptions options anotationMetaOptions
} }
type anotationMetaOptions string type anotationMetaOptions string
func (o anotationMetaOptions) Contains(optionName string) bool { func (o anotationMetaOptions) Contains(optionName string) bool {

4
go.mod
View File

@ -1,5 +1,5 @@
module git.loafle.net/commons/di-go module git.loafle.net/commons/di-go
go 1.12 go 1.13
require git.loafle.net/commons/util-go v0.0.0-20180823073240-bf5ffd1c385d require git.loafle.net/commons/util-go v0.0.0-20191105144744-e18f27e20762

4
go.sum
View File

@ -1,2 +1,2 @@
git.loafle.net/commons/util-go v0.0.0-20180823073240-bf5ffd1c385d h1:OU8uK1BTFkWzsYJTP3Fc0P5c24mx3yTsRAkBZxQCFRU= git.loafle.net/commons/util-go v0.0.0-20191105144744-e18f27e20762 h1:H1u26DfvdLJLe7lyjGrAZP0zzmDIjZkSQuo2Oc34Vug=
git.loafle.net/commons/util-go v0.0.0-20180823073240-bf5ffd1c385d/go.mod h1:/usq9jsy3wiGHPoYBPn+XGew2eqo+IFc5KYaR84x4Q0= git.loafle.net/commons/util-go v0.0.0-20191105144744-e18f27e20762/go.mod h1:YgLbLOUN6ODD9ZPrpUWIjWVADlwGGCDmNZRy6yExbR0=