Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni-vonage committed Sep 11, 2024
1 parent 31d4893 commit 0e57a5f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/service/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -694,8 +694,8 @@ github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
github.com/tecnickcom/farmhash64 v1.9.17 h1:dKCaVgGKzVwK+CrKfxkFMxpDO8MJbk3j+XJPRs25u/w=
github.com/tecnickcom/farmhash64 v1.9.17/go.mod h1:FYBhg4M/E0sQDcbsBtO4f8Blb8+Wly7jqDg8XTFTmFQ=
github.com/tecnickcom/statsd v1.0.18 h1:obmoN5MQLVsaK7pyO9xG57A89ys21zLmswpZSUmMu40=
github.com/tecnickcom/statsd v1.0.18/go.mod h1:MqmDBrwUJISEy4jaf9lawfWX8RsBMn+yqI9Z4FwPlGc=
github.com/tecnickcom/statsd v1.0.19 h1:JaYhmfyMcWBbfdG08VK039zLVmmAeLqn10PPWQTOBGc=
github.com/tecnickcom/statsd v1.0.19/go.mod h1:MqmDBrwUJISEy4jaf9lawfWX8RsBMn+yqI9Z4FwPlGc=
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 h1:G3dpKMzFDjgEh2q1Z7zUUtKa8ViPtH+ocF0bE0g00O8=
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM=
github.com/undefinedlabs/go-mpatch v1.0.7 h1:943FMskd9oqfbZV0qRVKOUsXQhTLXL0bQTVbQSpzmBs=
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ require (
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.9.0
github.com/tecnickcom/farmhash64 v1.9.17
github.com/tecnickcom/statsd v1.0.18
github.com/tecnickcom/statsd v1.0.19
github.com/undefinedlabs/go-mpatch v1.0.7
github.com/valkey-io/valkey-go v1.0.45
github.com/valkey-io/valkey-go/mock v1.0.45
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -936,8 +936,8 @@ github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
github.com/tecnickcom/farmhash64 v1.9.17 h1:dKCaVgGKzVwK+CrKfxkFMxpDO8MJbk3j+XJPRs25u/w=
github.com/tecnickcom/farmhash64 v1.9.17/go.mod h1:FYBhg4M/E0sQDcbsBtO4f8Blb8+Wly7jqDg8XTFTmFQ=
github.com/tecnickcom/statsd v1.0.18 h1:obmoN5MQLVsaK7pyO9xG57A89ys21zLmswpZSUmMu40=
github.com/tecnickcom/statsd v1.0.18/go.mod h1:MqmDBrwUJISEy4jaf9lawfWX8RsBMn+yqI9Z4FwPlGc=
github.com/tecnickcom/statsd v1.0.19 h1:JaYhmfyMcWBbfdG08VK039zLVmmAeLqn10PPWQTOBGc=
github.com/tecnickcom/statsd v1.0.19/go.mod h1:MqmDBrwUJISEy4jaf9lawfWX8RsBMn+yqI9Z4FwPlGc=
github.com/testcontainers/testcontainers-go v0.31.0 h1:W0VwIhcEVhRflwL9as3dhY6jXjVCA27AkmbnZ+UTh3U=
github.com/testcontainers/testcontainers-go v0.31.0/go.mod h1:D2lAoA0zUFiSY+eAflqK5mcUx/A5hrrORaEQrd0SefI=
github.com/testcontainers/testcontainers-go/modules/compose v0.31.0 h1:H74o3HisnApIDQx7sWibGzOl/Oo0By8DjyVeUf3qd6I=
Expand Down

0 comments on commit 0e57a5f

Please sign in to comment.