Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RangelReale committed Jul 5, 2023
1 parent 530cb9d commit 3f5b048
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/RangelReale/inreq
go 1.20

require (
github.com/RangelReale/instruct v0.13.0
github.com/RangelReale/instruct v0.14.0
github.com/stretchr/testify v1.8.4
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/RangelReale/instruct v0.13.0 h1:Ty1A0Ly1eDWezF9kbw5TACiChHgaE6OYfgctUSp9kEw=
github.com/RangelReale/instruct v0.13.0/go.mod h1:IKuAbSEzfM7ucw8sMYKLvOj4cVd+wDpaQ0uQj2pYN7w=
github.com/RangelReale/instruct v0.14.0 h1:0TC7tcpR/XD+LtM9UJwHpe4xk8iGK4bv88OhkMdRljY=
github.com/RangelReale/instruct v0.14.0/go.mod h1:IKuAbSEzfM7ucw8sMYKLvOj4cVd+wDpaQ0uQj2pYN7w=
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/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down

0 comments on commit 3f5b048

Please sign in to comment.