From 711618869d25f9f1851bb18d4792c3f46ef9821b Mon Sep 17 00:00:00 2001 From: Alex Flint Date: Fri, 24 Jan 2020 14:30:29 -0800 Subject: fix issue with duplicate fields in embedded structs --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index c4c4879..14c6119 100644 --- a/go.mod +++ b/go.mod @@ -4,3 +4,5 @@ require ( github.com/alexflint/go-scalar v1.0.0 github.com/stretchr/testify v1.2.2 ) + +go 1.13 -- cgit v1.2.3