Skip to content

Commit

Permalink
fixed SetOutput() panics on go 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
cookieY committed Sep 7, 2021
1 parent ae349b4 commit 55d7359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -7,7 +7,7 @@ require (
github.com/go-playground/validator/v10 v10.9.0
github.com/goccy/go-json v0.7.8
github.com/json-iterator/go v1.1.11
github.com/mattn/go-isatty v0.0.13
github.com/mattn/go-isatty v0.0.14
github.com/stretchr/testify v1.7.0
github.com/ugorji/go/codec v1.2.6
google.golang.org/protobuf v1.27.1
Expand Down

0 comments on commit 55d7359

Please sign in to comment.