Skip to content

Commit

Permalink
fix nil-pointer dereference when loading ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
equinox0815 committed Dec 4, 2023
1 parent 08ace96 commit dc5804e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit dc5804e

Please sign in to comment.