diff --git a/go.mod b/go.mod index 6043da0..0a15ed1 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,8 @@ module dwelling-radio go 1.17 require ( - github.com/julienschmidt/httprouter v1.3.0 github.com/pkg/errors v0.9.1 gopkg.in/yaml.v3 v3.0.1 ) + +require git.arav.su/Arav/httpr v0.1.0 diff --git a/go.sum b/go.sum index 19c3033..44fad19 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/julienschmidt/httprouter v1.3.0 h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U= -github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM= +git.arav.su/Arav/httpr v0.1.0 h1:jp1BDGioYUV/egITFSGHbCRvIORjjnCvv42DZFJ7uWg= +git.arav.su/Arav/httpr v0.1.0/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=