From a3ad59da8adfbdc9304ec1adf553d77bbbebba56 Mon Sep 17 00:00:00 2001 From: Andrey Ivanov <tiburon-777@users.noreply.github.com> Date: Thu, 13 Aug 2020 13:50:46 +0300 Subject: [PATCH] HW8.1 is completed --- hw08_zenv_to_structure/go.mod | 5 ----- hw08_zenv_to_structure/go.sum | 12 ------------ 2 files changed, 17 deletions(-) delete mode 100644 hw08_zenv_to_structure/go.mod delete mode 100644 hw08_zenv_to_structure/go.sum diff --git a/hw08_zenv_to_structure/go.mod b/hw08_zenv_to_structure/go.mod deleted file mode 100644 index 29e1197..0000000 --- a/hw08_zenv_to_structure/go.mod +++ /dev/null @@ -1,5 +0,0 @@ -module github.com/tiburon-777/HW_OTUS/hw08_zenv_to_structure - -go 1.14 - -require github.com/stretchr/testify v1.6.1 \ No newline at end of file diff --git a/hw08_zenv_to_structure/go.sum b/hw08_zenv_to_structure/go.sum deleted file mode 100644 index f580141..0000000 --- a/hw08_zenv_to_structure/go.sum +++ /dev/null @@ -1,12 +0,0 @@ -github.com/Ompluscator/dynamic-struct v1.2.0 h1:6SXShNbjuMKeBIy5LUVx4BI3WKoyugRMchJWC2yjtZA= -github.com/Ompluscator/dynamic-struct v1.2.0/go.mod h1:01g22H1GC9IFcrpQ4JQBkzynp8RoT0wmUMx/OvXNnw8= -github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= -github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= -github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0= -github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo= -gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=