Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2024
1 parent 193824f commit ea65ce7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
15 changes: 9 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
module github.com/asecurityteam/component-httpstats

go 1.19
go 1.22

toolchain go1.23.1

require (
github.com/asecurityteam/httpstats v0.0.0-20230421142635-11f083214bb1
github.com/asecurityteam/httpstats/v2 v2.3.0
github.com/asecurityteam/httpstats v0.0.0-20240327160351-5c43160f08e8
github.com/asecurityteam/httpstats/v2 v2.4.0
github.com/asecurityteam/settings v1.0.0
github.com/stretchr/testify v1.8.4
github.com/asecurityteam/settings/v2 v2.0.1
github.com/rs/xstats v0.0.0-20170813190920-c67367528e16
github.com/stretchr/testify v1.9.0
)

require (
Expand All @@ -15,8 +19,7 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rs/cors v1.9.0 // indirect
github.com/rs/xhandler v0.0.0-20170707052532-1eb70cf1520d // indirect
github.com/rs/xstats v0.0.0-20170813190920-c67367528e16 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/cast v1.7.0 // indirect
golang.org/x/net v0.8.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
8 changes: 8 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ github.com/asecurityteam/httpstats v0.0.0-20211027173738-4a1cfc686f5b h1:ik8Yfkb
github.com/asecurityteam/httpstats v0.0.0-20211027173738-4a1cfc686f5b/go.mod h1:bcn3LHrN5fnh2T6M64KHxbBdK4nHG76utd8MlSNDA6M=
github.com/asecurityteam/httpstats v0.0.0-20230421142635-11f083214bb1 h1:N6660Ccx/IeMGEsItFmaDg8nYd3/i5KVQOWc7JejVXc=
github.com/asecurityteam/httpstats v0.0.0-20230421142635-11f083214bb1/go.mod h1:A8G/XeUyH4prkFXeYZc0z9d/FbhA+fMohn8ecBKwDZQ=
github.com/asecurityteam/httpstats v0.0.0-20240327160351-5c43160f08e8 h1:ZDSyuIoAoxDZ8VtxR9RjVpxkGAPDvMVWUmsKfW5S4n0=
github.com/asecurityteam/httpstats v0.0.0-20240327160351-5c43160f08e8/go.mod h1:A8G/XeUyH4prkFXeYZc0z9d/FbhA+fMohn8ecBKwDZQ=
github.com/asecurityteam/httpstats/v2 v2.3.0/go.mod h1:l3lxM6ya/dgnAvXP3xtMJf++gtwfgx0D9kAC0GRAtMM=
github.com/asecurityteam/httpstats/v2 v2.4.0/go.mod h1:vKfLwTs0uLNs406Bz9JMRI/FrdfT0mNy0DWk3hWVJiM=
github.com/asecurityteam/settings v0.4.0 h1:L7fK4WqkvnvglBrfLBgp77LUDR2cxfSNWGFex7lrMK0=
github.com/asecurityteam/settings v0.4.0/go.mod h1:frhlF5kT7WvdiRX3eQlCOjSppbYUfxxjM9xKTvYjcGo=
github.com/asecurityteam/settings v0.7.0 h1:HsTjBjrWjj1FslfVhgQ9JYOTvA/8Xi6fpA3haw7yLIE=
github.com/asecurityteam/settings v0.7.0/go.mod h1:NPYY/raUkF0tDC1az7IpEu7KUt//RFPDUnyZ3QTpmvs=
github.com/asecurityteam/settings v1.0.0 h1:naJB+gM+CCX0+llwRX60TTun0d1PMu4BPT8Kxswj7Z8=
github.com/asecurityteam/settings v1.0.0/go.mod h1:NPYY/raUkF0tDC1az7IpEu7KUt//RFPDUnyZ3QTpmvs=
github.com/asecurityteam/settings/v2 v2.0.1/go.mod h1:W9m+iEKrHE5sNZZzQLAMRMnW3pOnEFmjhp0VHZh2afQ=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
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=
Expand All @@ -38,13 +42,17 @@ github.com/spf13/cast v1.3.0 h1:oget//CVOEoFewqQxwr0Ej5yjygnqGkvggSE/gB35Q8=
github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE=
github.com/spf13/cast v1.5.0 h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w=
github.com/spf13/cast v1.5.0/go.mod h1:SpXXQ5YoyJw6s3/6cMTQuxvgRl3PCJiyaX9p6b155UU=
github.com/spf13/cast v1.7.0 h1:ntdiHjuueXFgm5nzDRdOS4yfT43P5Fnud6DH50rz/7w=
github.com/spf13/cast v1.7.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
Expand Down

0 comments on commit ea65ce7

Please sign in to comment.