Skip to content

Commit

Permalink
fix: Make boolean options case-insensitive and accept numerical value…
Browse files Browse the repository at this point in the history
…s as well.
  • Loading branch information
mturoci committed Jun 28, 2023
1 parent b31acb4 commit d391c50
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 @@ -6,7 +6,7 @@ require (
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/google/uuid v1.1.2
github.com/gorilla/websocket v1.4.2
github.com/h2oai/goconfig v1.3.2-0.20230607113525-ec7811bd2c8e
github.com/h2oai/goconfig v1.3.2-0.20230628122159-683a9532f8d2
github.com/hashicorp/golang-lru v0.5.4
github.com/lo5/sqlite3 v0.1.0
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+
github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk=
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/h2oai/goconfig v1.3.2-0.20230607113525-ec7811bd2c8e h1:c6o8chMPAq7wGuaSS8PO3OBZkCoesUCl31xXMkvLv28=
github.com/h2oai/goconfig v1.3.2-0.20230607113525-ec7811bd2c8e/go.mod h1:+ik4b6fJebd8qP4tK06xoSMAhHoYLPnaydm1tt0J1Sw=
github.com/h2oai/goconfig v1.3.2-0.20230628122159-683a9532f8d2 h1:OzMkxFBlEOp/hdmJ3JcwoUoe5ZJCibI7xApO/UBNB4w=
github.com/h2oai/goconfig v1.3.2-0.20230628122159-683a9532f8d2/go.mod h1:+ik4b6fJebd8qP4tK06xoSMAhHoYLPnaydm1tt0J1Sw=
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
github.com/hashicorp/golang-lru v0.5.4 h1:YDjusn29QI/Das2iO9M0BHnIbxPeyuCHsjMW+lJfyTc=
Expand Down

0 comments on commit d391c50

Please sign in to comment.