Skip to content

Commit

Permalink
dep(pkg/settings): update go.mod deps
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Kungla <[email protected]>
  • Loading branch information
mkungla committed Jun 3, 2024
1 parent 7b88a85 commit da915ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkg/settings/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/happy-sdk/happy/pkg/settings
go 1.22

require (
github.com/happy-sdk/happy/pkg/vars v0.11.0
golang.org/x/text v0.14.0
github.com/happy-sdk/happy/pkg/vars v0.12.0
golang.org/x/text v0.15.0
)
8 changes: 4 additions & 4 deletions pkg/settings/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/happy-sdk/happy/pkg/devel/testutils v0.7.0 h1:Tyym7OiArjuKnKRIAITioGjuobvhFUMsIGg0bZ58CUs=
github.com/happy-sdk/happy/pkg/devel/testutils v0.7.0/go.mod h1:K/VIXChL6yiZTWsYrrl3lauYUAQL1cMaIJK5aPvG/xs=
github.com/happy-sdk/happy/pkg/vars v0.11.0 h1:8ZOw8xoo9hNvNiQsz3ZS+HEcRk8pePbLf7NmcjpCKAE=
github.com/happy-sdk/happy/pkg/vars v0.11.0/go.mod h1:sDPlycMrTvyLHcUzFc+jx57JEmORoic0gfO1wRWRY0o=
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
github.com/happy-sdk/happy/pkg/vars v0.12.0 h1:mfJ9ai8J4dZEgiJbKksLsNMvkYlgkhE65ZbkEsP1QfY=
github.com/happy-sdk/happy/pkg/vars v0.12.0/go.mod h1:XPUQNv4TCux9QR7PqxAuyhHhvUJx5iNiNaFxbsqgzh4=
golang.org/x/text v0.15.0 h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk=
golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=

0 comments on commit da915ff

Please sign in to comment.