1
0

From go.mod and go.sum removed yaml.v3 and updated httpr packages.

This commit is contained in:
Alexander Andreev 2023-08-06 03:22:58 +04:00
parent 1df162445e
commit 7a9c673721
Signed by: Arav
GPG Key ID: D22A817D95815393
2 changed files with 4 additions and 11 deletions

7
go.mod
View File

@ -2,9 +2,6 @@ module dwelling-radio
go 1.17
require (
github.com/pkg/errors v0.9.1
gopkg.in/yaml.v3 v3.0.1
)
require github.com/pkg/errors v0.9.1
require git.arav.su/Arav/httpr v0.1.0
require git.arav.su/Arav/httpr v0.2.1

8
go.sum
View File

@ -1,8 +1,4 @@
git.arav.su/Arav/httpr v0.1.0 h1:jp1BDGioYUV/egITFSGHbCRvIORjjnCvv42DZFJ7uWg=
git.arav.su/Arav/httpr v0.1.0/go.mod h1:z0SVYwe5dBReeVuFU9QH2PmBxICJwchxqY5OfZbeVzU=
git.arav.su/Arav/httpr v0.2.1 h1:wtago8iYOqeoyOvio1uhMItXaTHXiBVfsshtYWSURhw=
git.arav.su/Arav/httpr v0.2.1/go.mod h1:z0SVYwe5dBReeVuFU9QH2PmBxICJwchxqY5OfZbeVzU=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=