Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
exavolt committed Jan 27, 2024
1 parent 27f20c4 commit ee39cf8
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 @@ -10,7 +10,7 @@ require (

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/nyaruka/phonenumbers v1.3.0 // indirect
github.com/nyaruka/phonenumbers v1.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rez-go/crock32 v0.0.0-20210224111353-8fde4331511d // indirect
golang.org/x/text v0.14.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU=
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/kadisoka/kad-volib v0.0.0-20231224111641-965e1d35929b h1:/+Om8mjVyIPetoCBxo33163KDxgpY6eYQsRovpL9wSM=
github.com/kadisoka/kad-volib v0.0.0-20231224111641-965e1d35929b/go.mod h1:3NhkZ1CEPVJo86z5wybDj1/AsbHoUQsDgYJIzcmsDfQ=
github.com/nyaruka/phonenumbers v1.3.0 h1:IFyyJfF2Elg8xGKFghWrRXzb6qAHk+Q3uPqmIgS20JQ=
github.com/nyaruka/phonenumbers v1.3.0/go.mod h1:4jyKp/BFUokLbCHyoZag+T3S1KezFVoEKtgnbpzItC4=
github.com/nyaruka/phonenumbers v1.3.1 h1:QcPRnL8hhZeSS6mB0p/Rlv7ma5ASmcgF33YLY0g0A8k=
github.com/nyaruka/phonenumbers v1.3.1/go.mod h1:4jyKp/BFUokLbCHyoZag+T3S1KezFVoEKtgnbpzItC4=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/rez-go/crock32 v0.0.0-20210224111353-8fde4331511d h1:l2qiHnQPq6c9jf4hQpkANdu1nACdq0MRjuR27cc4XNM=
Expand Down

0 comments on commit ee39cf8

Please sign in to comment.