From 84552901f6f2b1541c1ca3dd37ccd937472dd128 Mon Sep 17 00:00:00 2001 From: Harri Lainio Date: Wed, 16 Aug 2023 10:48:23 +0300 Subject: [PATCH] module stuff & err2 latest --- go.mod | 7 ++----- go.sum | 11 ++--------- go.work | 6 ------ 3 files changed, 4 insertions(+), 20 deletions(-) delete mode 100644 go.work diff --git a/go.mod b/go.mod index 5dc210d..b46abe1 100644 --- a/go.mod +++ b/go.mod @@ -2,9 +2,6 @@ module github.com/lainio/ic go 1.19 -require github.com/lainio/err2 v0.8.14 +require github.com/lainio/err2 v0.9.29 -require ( - github.com/davecgh/go-spew v1.1.1 // indirect - golang.org/x/exp v0.0.0-20230105202349-8879d0199aa3 // indirect -) +require golang.org/x/exp v0.0.0-20230105202349-8879d0199aa3 // indirect diff --git a/go.sum b/go.sum index 0355e02..aaf69a4 100644 --- a/go.sum +++ b/go.sum @@ -1,11 +1,4 @@ -github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= -github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/lainio/err2 v0.8.6 h1:KwxYboDyKzqzwH3KMYcl6SjhQNPIhUB2vKEb2YVkyxA= -github.com/lainio/err2 v0.8.6/go.mod h1:3rbXKCMMXELY317HDv032a8rxJnmIK1e0vU6kLYRkUE= -github.com/lainio/err2 v0.8.14 h1:B6pN8cBlo2Itwrb/aVS5Mbu/CyFxqNFfxjYsU1bko34= -github.com/lainio/err2 v0.8.14/go.mod h1:5d/fy7+ytZJEybxIPN/LGEfvnU4y+JWE1tZAWRECJqY= -github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= -github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY= +github.com/lainio/err2 v0.9.29 h1:t94pirHiu3STTvIHF6pCVv6cCJrQswmax6hBCHM8CpI= +github.com/lainio/err2 v0.9.29/go.mod h1:glTVV2qNFbBy6WzZFDP2G5BqMiZI58cudp588cEgCuM= golang.org/x/exp v0.0.0-20230105202349-8879d0199aa3 h1:fJwx88sMf5RXwDwziL0/Mn9Wqs+efMSo/RYcL+37W9c= golang.org/x/exp v0.0.0-20230105202349-8879d0199aa3/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc= -gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo= diff --git a/go.work b/go.work deleted file mode 100644 index 20279f4..0000000 --- a/go.work +++ /dev/null @@ -1,6 +0,0 @@ -go 1.20 - -use ( - . - ../err2/ -)