Skip to content

Commit

Permalink
mod: bump
Browse files Browse the repository at this point in the history
Signed-off-by: scbizu <scbizu@gmail.com>
  • Loading branch information
scbizu committed Sep 21, 2024
1 parent 9e9deee commit 9e3de5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module helm.sh/chartmuseum

go 1.22.5
go 1.23

require (
github.com/alicebob/miniredis v2.5.0+incompatible
Expand All @@ -11,7 +11,7 @@ require (
github.com/go-redis/redis v6.15.9+incompatible
github.com/gofrs/uuid v4.4.0+incompatible
github.com/prometheus/client_golang v1.20.4
github.com/scbizu/go-gin-prometheus v0.0.0-20240921102643-a0c3b41a4666
github.com/scbizu/go-gin-prometheus v0.1.1
github.com/sirupsen/logrus v1.9.3
github.com/spf13/viper v1.16.0
github.com/stretchr/testify v1.9.0
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,10 @@ github.com/satori/go.uuid v1.2.0 h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww=
github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0=
github.com/scbizu/go-gin-prometheus v0.0.0-20240921102643-a0c3b41a4666 h1:RelcvsjhbAH+I2Y6x2eJAyvlQqb5c+VMhXN10wyzm+k=
github.com/scbizu/go-gin-prometheus v0.0.0-20240921102643-a0c3b41a4666/go.mod h1:n+whsTHeMh2DzpEhzlAV/Rj+P66m+c2NZpHLobidtYU=
github.com/scbizu/go-gin-prometheus v0.1.0 h1:qfITwpg0Pu6HGNo/p9JSXpUfKIWNshI7hmbIXG9uCk0=
github.com/scbizu/go-gin-prometheus v0.1.0/go.mod h1:n+whsTHeMh2DzpEhzlAV/Rj+P66m+c2NZpHLobidtYU=
github.com/scbizu/go-gin-prometheus v0.1.1 h1:xeDNAGxJefFTrc8Vm63sTtb1qpx7MNIBHetnJnH1TlQ=
github.com/scbizu/go-gin-prometheus v0.1.1/go.mod h1:I5RihSOS19CGpyJiAxtmQ/OsBLRapsHKvTuVVTCJJfU=
github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0=
github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
Expand Down

0 comments on commit 9e3de5b

Please sign in to comment.