File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 44
55require (
66 github.com/go-chi/chi/v5 v5.2.0
7- github.com/rluders/httpsuite/v2 v2.0 .0
7+ github.com/rluders/httpsuite/v2 v2.1 .0
88)
99
1010require (
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=
1616github.com/leodido/go-urn v1.4.0 /go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI =
1717github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
1818github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
19- github.com/rluders/httpsuite/v2 v2.0 .0 h1:/508/6wnNF4c45LrK1qaJUMCLqDK+WZPjPR2v2yAmeg =
20- github.com/rluders/httpsuite/v2 v2.0 .0 /go.mod h1:UuoMIslkPzDms8W83LlqAm7gINcYEZbMtiSsOWcSr1c =
19+ github.com/rluders/httpsuite/v2 v2.1 .0 h1:RV4nQo7eSQxoUB8ehowshsjYJkNXUWvzUuu2o7OBJto =
20+ github.com/rluders/httpsuite/v2 v2.1 .0 /go.mod h1:UuoMIslkPzDms8W83LlqAm7gINcYEZbMtiSsOWcSr1c =
2121github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
2222github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
2323golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc =
Original file line number Diff line number Diff line change 44
55require (
66 github.com/gorilla/mux v1.8.1
7- github.com/rluders/httpsuite/v2 v2.0 .0
7+ github.com/rluders/httpsuite/v2 v2.1 .0
88)
99
1010require (
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=
1616github.com/leodido/go-urn v1.4.0 /go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI =
1717github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
1818github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
19- github.com/rluders/httpsuite/v2 v2.0 .0 h1:/508/6wnNF4c45LrK1qaJUMCLqDK+WZPjPR2v2yAmeg =
20- github.com/rluders/httpsuite/v2 v2.0 .0 /go.mod h1:UuoMIslkPzDms8W83LlqAm7gINcYEZbMtiSsOWcSr1c =
19+ github.com/rluders/httpsuite/v2 v2.1 .0 h1:RV4nQo7eSQxoUB8ehowshsjYJkNXUWvzUuu2o7OBJto =
20+ github.com/rluders/httpsuite/v2 v2.1 .0 /go.mod h1:UuoMIslkPzDms8W83LlqAm7gINcYEZbMtiSsOWcSr1c =
2121github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
2222github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
2323golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc =
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module stdmux_example
22
33go 1.23
44
5- require github.com/rluders/httpsuite/v2 v2.0 .0
5+ require github.com/rluders/httpsuite/v2 v2.1 .0
66
77require (
88 github.com/gabriel-vasile/mimetype v1.4.8 // indirect
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=
1414github.com/leodido/go-urn v1.4.0 /go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI =
1515github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
1616github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
17- github.com/rluders/httpsuite/v2 v2.0 .0 h1:/508/6wnNF4c45LrK1qaJUMCLqDK+WZPjPR2v2yAmeg =
18- github.com/rluders/httpsuite/v2 v2.0 .0 /go.mod h1:UuoMIslkPzDms8W83LlqAm7gINcYEZbMtiSsOWcSr1c =
17+ github.com/rluders/httpsuite/v2 v2.1 .0 h1:RV4nQo7eSQxoUB8ehowshsjYJkNXUWvzUuu2o7OBJto =
18+ github.com/rluders/httpsuite/v2 v2.1 .0 /go.mod h1:UuoMIslkPzDms8W83LlqAm7gINcYEZbMtiSsOWcSr1c =
1919github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
2020github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
2121golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc =
You can’t perform that action at this time.
0 commit comments