Skip to content

Commit

Permalink
fix: restore brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarjit committed Sep 30, 2024
1 parent 30b18e2 commit 245e673
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ replace github.com/parquet-go/parquet-go => github.com/parquet-go/parquet-go v0.
// Solution:
// - To restore the pre-Go 1.23 behavior and allow parsing of certificates with negative serial numbers,
// set the "x509negativeserial=1" flag in the GODEBUG environment variable.
godebug x509negativeserial=1
godebug (
x509negativeserial=1
)

require (
github.com/RuneRoven/benthosADS v1.0.4
Expand Down

0 comments on commit 245e673

Please sign in to comment.