diff options
| author | Alex Flint <[email protected]> | 2020-01-24 14:47:36 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-01-24 14:47:36 -0800 |
| commit | e9c71eb4fa701960bd054d4034d155717aef8373 (patch) | |
| tree | f8f784af05d2c822e1092fc6d423318c5743bac9 /go.mod | |
| parent | 7e2466d70798086a87f82713cfba49dae0af494f (diff) | |
| parent | cb4e079d13af069a75c6549216c6902a7569f57f (diff) | |
Merge pull request #107 from alexflint/fix-issue-100v1.3.0
fix issue with duplicate fields in embedded structs
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,3 +4,5 @@ require ( github.com/alexflint/go-scalar v1.0.0 github.com/stretchr/testify v1.2.2 ) + +go 1.13 |
