diff --git a/go.mod b/go.mod index b005a87..c9db9c1 100644 --- a/go.mod +++ b/go.mod @@ -42,7 +42,7 @@ require ( github.com/russross/blackfriday/v2 v2.1.0 // indirect github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c // indirect github.com/shurcooL/vfsgen v0.0.0-20230704071429-0000e147ea92 // indirect - github.com/spreadspace/tlsconfig v0.0.0-20231129213106-7ef966400fd3 // indirect + github.com/spreadspace/tlsconfig v0.0.0-20231204130624-c2b29e15e371 // indirect github.com/tg123/go-htpasswd v1.2.1 // indirect github.com/twitchyliquid64/golang-asm v0.15.1 // indirect github.com/ugorji/go/codec v1.2.11 // indirect diff --git a/go.sum b/go.sum index 4e645bd..01fbc86 100644 --- a/go.sum +++ b/go.sum @@ -110,6 +110,8 @@ github.com/spreadspace/tlsconfig v0.0.0-20231119132223-bc653b6ec18f h1:x7TdHxuYa github.com/spreadspace/tlsconfig v0.0.0-20231119132223-bc653b6ec18f/go.mod h1:taZ6lrQmZk4/XnC6stKWRIFSnj6SeBvtZ4nyAjN4nig= github.com/spreadspace/tlsconfig v0.0.0-20231129213106-7ef966400fd3 h1:LaFJ3pF+SsIeqoNpget+y/+PwtMPIhF3w/p993sLKvo= github.com/spreadspace/tlsconfig v0.0.0-20231129213106-7ef966400fd3/go.mod h1:taZ6lrQmZk4/XnC6stKWRIFSnj6SeBvtZ4nyAjN4nig= +github.com/spreadspace/tlsconfig v0.0.0-20231204130624-c2b29e15e371 h1:fvsj77T5rb+uUJleTcnRZcEPIBLzovfDPfUHD8xe9HU= +github.com/spreadspace/tlsconfig v0.0.0-20231204130624-c2b29e15e371/go.mod h1:taZ6lrQmZk4/XnC6stKWRIFSnj6SeBvtZ4nyAjN4nig= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=