File tree Expand file tree Collapse file tree 10 files changed +15
-15
lines changed
Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ require (
99 github.com/samber/do/v2 v2.0.0-00010101000000-000000000000
1010)
1111
12- require github.com/samber/go-type-to-string v1.1 .0 // indirect
12+ require github.com/samber/go-type-to-string v1.2 .0 // indirect
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
22github.com/go-chi/chi/v5 v5.0.11 h1:BnpYbFZ3T3S1WMpD79r7R5ThWX40TaFB7L31Y8xqSwA =
33github.com/go-chi/chi/v5 v5.0.11 /go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8 =
44github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
5- github.com/samber/go-type-to-string v1.1 .0 h1:HDCOY96iOnkzRF5D/FeZV5W4k7Jg/Qg26GhgOD5cmNI =
6- github.com/samber/go-type-to-string v1.1 .0 /go.mod h1:jpU77vIDoIxkahknKDoEx9C8bQ1ADnh2sotZ8I4QqBU =
5+ github.com/samber/go-type-to-string v1.2 .0 h1:Pvdqx3r/EHn9/DTKoW6RoHz/850s5yV1vA6MqKKG5Ys =
6+ github.com/samber/go-type-to-string v1.2 .0 /go.mod h1:jpU77vIDoIxkahknKDoEx9C8bQ1ADnh2sotZ8I4QqBU =
77github.com/stretchr/testify v1.8.3 h1:RP3t2pwF7cMEbC1dqtB6poj3niw/9gnV4Cjg5oW5gtY =
88go.uber.org/goleak v1.2.1 h1:NBol2c7O1ZokfZ0LEU9K6Whx/KnwvepVetCUhtKja4A =
99gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313 github.com/labstack/gommon v0.4.2 // indirect
1414 github.com/mattn/go-colorable v0.1.13 // indirect
1515 github.com/mattn/go-isatty v0.0.20 // indirect
16- github.com/samber/go-type-to-string v1.1 .0 // indirect
16+ github.com/samber/go-type-to-string v1.2 .0 // indirect
1717 github.com/valyala/bytebufferpool v1.0.0 // indirect
1818 github.com/valyala/fasttemplate v1.2.2 // indirect
1919 golang.org/x/crypto v0.17.0 // indirect
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/
99github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY =
1010github.com/mattn/go-isatty v0.0.20 /go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y =
1111github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
12- github.com/samber/go-type-to-string v1.1 .0 h1:HDCOY96iOnkzRF5D/FeZV5W4k7Jg/Qg26GhgOD5cmNI =
13- github.com/samber/go-type-to-string v1.1 .0 /go.mod h1:jpU77vIDoIxkahknKDoEx9C8bQ1ADnh2sotZ8I4QqBU =
12+ github.com/samber/go-type-to-string v1.2 .0 h1:Pvdqx3r/EHn9/DTKoW6RoHz/850s5yV1vA6MqKKG5Ys =
13+ github.com/samber/go-type-to-string v1.2 .0 /go.mod h1:jpU77vIDoIxkahknKDoEx9C8bQ1ADnh2sotZ8I4QqBU =
1414github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk =
1515github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw =
1616github.com/valyala/bytebufferpool v1.0.0 /go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc =
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
1717 github.com/mattn/go-isatty v0.0.20 // indirect
1818 github.com/mattn/go-runewidth v0.0.15 // indirect
1919 github.com/rivo/uniseg v0.2.0 // indirect
20- github.com/samber/go-type-to-string v1.1 .0 // indirect
20+ github.com/samber/go-type-to-string v1.2 .0 // indirect
2121 github.com/valyala/bytebufferpool v1.0.0 // indirect
2222 github.com/valyala/fasthttp v1.50.0 // indirect
2323 github.com/valyala/tcplisten v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh
1717github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
1818github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY =
1919github.com/rivo/uniseg v0.2.0 /go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc =
20- github.com/samber/go-type-to-string v1.1 .0 h1:HDCOY96iOnkzRF5D/FeZV5W4k7Jg/Qg26GhgOD5cmNI =
21- github.com/samber/go-type-to-string v1.1 .0 /go.mod h1:jpU77vIDoIxkahknKDoEx9C8bQ1ADnh2sotZ8I4QqBU =
20+ github.com/samber/go-type-to-string v1.2 .0 h1:Pvdqx3r/EHn9/DTKoW6RoHz/850s5yV1vA6MqKKG5Ys =
21+ github.com/samber/go-type-to-string v1.2 .0 /go.mod h1:jpU77vIDoIxkahknKDoEx9C8bQ1ADnh2sotZ8I4QqBU =
2222github.com/stretchr/testify v1.8.3 h1:RP3t2pwF7cMEbC1dqtB6poj3niw/9gnV4Cjg5oW5gtY =
2323github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw =
2424github.com/valyala/bytebufferpool v1.0.0 /go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc =
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ require (
2525 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2626 github.com/modern-go/reflect2 v1.0.2 // indirect
2727 github.com/pelletier/go-toml/v2 v2.0.8 // indirect
28- github.com/samber/go-type-to-string v1.1 .0 // indirect
28+ github.com/samber/go-type-to-string v1.2 .0 // indirect
2929 github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
3030 github.com/ugorji/go/codec v1.2.11 // indirect
3131 golang.org/x/arch v0.3.0 // indirect
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ github.com/pelletier/go-toml/v2 v2.0.8 h1:0ctb6s9mE31h0/lhu+J6OPmVeDxJn+kYnJc2jZ
4444github.com/pelletier/go-toml/v2 v2.0.8 /go.mod h1:vuYfssBdrU2XDZ9bYydBu6t+6a6PYNcZljzZR9VXg+4 =
4545github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
4646github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
47- github.com/samber/go-type-to-string v1.1 .0 h1:HDCOY96iOnkzRF5D/FeZV5W4k7Jg/Qg26GhgOD5cmNI =
48- github.com/samber/go-type-to-string v1.1 .0 /go.mod h1:jpU77vIDoIxkahknKDoEx9C8bQ1ADnh2sotZ8I4QqBU =
47+ github.com/samber/go-type-to-string v1.2 .0 h1:Pvdqx3r/EHn9/DTKoW6RoHz/850s5yV1vA6MqKKG5Ys =
48+ github.com/samber/go-type-to-string v1.2 .0 /go.mod h1:jpU77vIDoIxkahknKDoEx9C8bQ1ADnh2sotZ8I4QqBU =
4949github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
5050github.com/stretchr/objx v0.4.0 /go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw =
5151github.com/stretchr/objx v0.5.0 /go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo =
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ replace github.com/samber/do/v2 => ../../
66
77require github.com/samber/do/v2 v2.0.0-00010101000000-000000000000
88
9- require github.com/samber/go-type-to-string v1.1 .0 // indirect
9+ require github.com/samber/go-type-to-string v1.2 .0 // indirect
Original file line number Diff line number Diff line change 11github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
22github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
3- github.com/samber/go-type-to-string v1.1 .0 h1:HDCOY96iOnkzRF5D/FeZV5W4k7Jg/Qg26GhgOD5cmNI =
4- github.com/samber/go-type-to-string v1.1 .0 /go.mod h1:jpU77vIDoIxkahknKDoEx9C8bQ1ADnh2sotZ8I4QqBU =
3+ github.com/samber/go-type-to-string v1.2 .0 h1:Pvdqx3r/EHn9/DTKoW6RoHz/850s5yV1vA6MqKKG5Ys =
4+ github.com/samber/go-type-to-string v1.2 .0 /go.mod h1:jpU77vIDoIxkahknKDoEx9C8bQ1ADnh2sotZ8I4QqBU =
55github.com/stretchr/testify v1.8.3 h1:RP3t2pwF7cMEbC1dqtB6poj3niw/9gnV4Cjg5oW5gtY =
66go.uber.org/goleak v1.2.1 h1:NBol2c7O1ZokfZ0LEU9K6Whx/KnwvepVetCUhtKja4A =
77gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
You can’t perform that action at this time.
0 commit comments