Skip to content

Commit

Permalink
update cast dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
miladrahimi committed Jan 5, 2023
1 parent a6c3191 commit d3b5a5e
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 @@ -3,7 +3,7 @@ module github.com/golobby/env/v2
go 1.11

require (
github.com/golobby/cast v1.3.0
github.com/golobby/cast v1.3.1
github.com/kr/pretty v0.3.1 // indirect
github.com/stretchr/testify v1.8.1
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/golobby/cast v1.3.0 h1:8nM9nYU5Pzi1LWXwISx0xhW/7oWXPt9r0hdTC1nnPSI=
github.com/golobby/cast v1.3.0/go.mod h1:WCusT3z1fzp4XVBUGbWy61insoQS8CPJHNTQwlW8qnM=
github.com/golobby/cast v1.3.1 h1:wQBxrwmuTke6YGE45pOpBv0msSkOzmwYBR5TGPIn+Tg=
github.com/golobby/cast v1.3.1/go.mod h1:uf72FJNQDdYlKxCfP6iH7W5n5aZz1O/1JGNssFZB4gI=
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
Expand Down

0 comments on commit d3b5a5e

Please sign in to comment.