Skip to content

Commit

Permalink
Merge pull request #181 from csunibo/dependabot/go_modules/golang.org…
Browse files Browse the repository at this point in the history
…/x/text-0.16.0

chore(deps): bump golang.org/x/text from 0.15.0 to 0.16.0
  • Loading branch information
samuelemusiani committed Jun 13, 2024
2 parents abe51c2 + 44bd1aa commit bb0433d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/mitchellh/mapstructure v1.5.0
github.com/samuelemusiani/telegram-bot-api v0.0.6
golang.org/x/exp v0.0.0-20231127185646-65229373498e
golang.org/x/text v0.15.0
golang.org/x/text v0.16.0
)

require github.com/csunibo/config-parser-go v0.0.3-0.20240605210600-7adafb400cbf // indirect
require github.com/csunibo/config-parser-go v0.0.3-0.20240605210600-7adafb400cbf
8 changes: 2 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
github.com/csunibo/config-parser-go v0.0.3-0.20240605194754-e482b63887f6 h1:nT06uGq/GYf5wDgQC8zujOQByNKtc888L5a5e7/AycI=
github.com/csunibo/config-parser-go v0.0.3-0.20240605194754-e482b63887f6/go.mod h1:dwZfvG8VAisAae8r8kZ1wzY4KkRivXpPuco9WQy+PW4=
github.com/csunibo/config-parser-go v0.0.3-0.20240605205505-dbd209cfa33e h1:CH4v6lF3GwEsaAI/EikdsRuArcVDaCJF3GCh/blpp6A=
github.com/csunibo/config-parser-go v0.0.3-0.20240605205505-dbd209cfa33e/go.mod h1:dwZfvG8VAisAae8r8kZ1wzY4KkRivXpPuco9WQy+PW4=
github.com/csunibo/config-parser-go v0.0.3-0.20240605210600-7adafb400cbf h1:KGJHNxAn9ysnmAaD4TcdGNuS1elygT4pvCgdliMfXG4=
github.com/csunibo/config-parser-go v0.0.3-0.20240605210600-7adafb400cbf/go.mod h1:dwZfvG8VAisAae8r8kZ1wzY4KkRivXpPuco9WQy+PW4=
github.com/csunibo/unibo-go v0.0.10 h1:UwFIvTpXMKZCOVoX564RmqQttXTTs5Xz5hCAjun8NFk=
Expand All @@ -18,7 +14,7 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
golang.org/x/exp v0.0.0-20231127185646-65229373498e h1:Gvh4YaCaXNs6dKTlfgismwWZKyjVZXwOPfIyUaqU3No=
golang.org/x/exp v0.0.0-20231127185646-65229373498e/go.mod h1:iRJReGqOEeBhDZGkGbynYwcHlctCvnjTYIamk7uXpHI=
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=
golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4=
golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

0 comments on commit bb0433d

Please sign in to comment.