From e613d5964077c238637faae36db487f6b893e391 Mon Sep 17 00:00:00 2001 From: Daniel Fireman Date: Fri, 1 Apr 2022 14:52:55 -0300 Subject: [PATCH] upgrading tableschema-go --- go.mod | 4 +++- go.sum | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 14209b1..56851a3 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,9 @@ module github.com/frictionlessdata/datapackage-go +go 1.18 + require ( - github.com/frictionlessdata/tableschema-go v1.1.4-0.20220329230937-c9919c5dfe20 + github.com/frictionlessdata/tableschema-go v1.1.4-0.20220401172006-6cc5f3b2411c github.com/matryer/is v1.2.0 github.com/santhosh-tekuri/jsonschema v1.2.4 ) diff --git a/go.sum b/go.sum index e44f8cf..3137046 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/frictionlessdata/tableschema-go v1.1.4-0.20220329230937-c9919c5dfe20 h1:R0kExqUWKs4bKvtXAfbsSYoSOXmO+fXZtNLm4F1GGvY= -github.com/frictionlessdata/tableschema-go v1.1.4-0.20220329230937-c9919c5dfe20/go.mod h1:B+DhLlwjCf6p6FqVkqpdYyAIy7L8jHCaxa2wFaqpYdc= +github.com/frictionlessdata/tableschema-go v1.1.4-0.20220401172006-6cc5f3b2411c h1:7S5F4VDf8vkLL3egYLWobmq1FbZb7ig33IbliL7Tr/M= +github.com/frictionlessdata/tableschema-go v1.1.4-0.20220401172006-6cc5f3b2411c/go.mod h1:B+DhLlwjCf6p6FqVkqpdYyAIy7L8jHCaxa2wFaqpYdc= github.com/kr/pretty v0.2.1 h1:Fmg33tUaq4/8ym9TJN1x7sLJnHVwhP33CNkpYV/7rwI= github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=