Skip to content

Commit

Permalink
updated fhttp to avoid possible nil pointer dereference;
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanfinn committed Jan 29, 2025
1 parent 7600508 commit 3699290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/bogdanfinn/tls-client
go 1.22.0

require (
github.com/bogdanfinn/fhttp v0.5.31
github.com/bogdanfinn/fhttp v0.5.32
github.com/bogdanfinn/utls v1.6.3
github.com/google/uuid v1.6.0
github.com/stretchr/testify v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/andybalholm/brotli v1.1.1 h1:PR2pgnyFznKEugtsUo0xLdDop5SKXd5Qf5ysW+7XdTA=
github.com/andybalholm/brotli v1.1.1/go.mod h1:05ib4cKhjx3OQYUY22hTVd34Bc8upXjOLL2rKwwZBoA=
github.com/bogdanfinn/fhttp v0.5.31 h1:nzSM6G+t3Gh37Spk5juo2YDKCHa0SrLBbdEqu1LxDdo=
github.com/bogdanfinn/fhttp v0.5.31/go.mod h1:1t99d8vFXiYYThE7jR4hLGQuQlNyJQNJnEFIQwwhVt0=
github.com/bogdanfinn/fhttp v0.5.32 h1:l+f8uqKG37m4rQ9NT6xD1G+yGPsVdiYfXzEPzu0KmAI=
github.com/bogdanfinn/fhttp v0.5.32/go.mod h1:1t99d8vFXiYYThE7jR4hLGQuQlNyJQNJnEFIQwwhVt0=
github.com/bogdanfinn/utls v1.6.3 h1:YnlNkWf1CHr+SjjG78zisbfT3M7C7GUtjHHibP/912Y=
github.com/bogdanfinn/utls v1.6.3/go.mod h1:czcHxHGsc1q9NjgWSeSinQZzn6MR76zUmGVIGanSXO0=
github.com/cloudflare/circl v1.5.0 h1:hxIWksrX6XN5a1L2TI/h53AGPhNHoUBo+TD1ms9+pys=
Expand Down

0 comments on commit 3699290

Please sign in to comment.