Skip to content

Commit

Permalink
fix(deps): update module github.com/tomcz/gotools to v0.10.2 (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent bb0b956 commit c222280
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
module github.com/hm-edu/openldap-exporter/v2

go 1.22
go 1.23

toolchain go1.23.4

require (
github.com/go-ldap/ldap/v3 v3.4.9
github.com/prometheus/client_golang v1.20.5
github.com/prometheus/exporter-toolkit v0.13.2
github.com/tomcz/gotools v0.8.2
github.com/tomcz/gotools v0.10.2
github.com/urfave/cli/v2 v2.27.5
)

Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ 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=
github.com/tomcz/gotools v0.8.2 h1:AvdRzJc2QRWrWV7aqJBDsYTuDWfeL0/QymXE+83qGuk=
github.com/tomcz/gotools v0.8.2/go.mod h1:csBjQ1P614CbFXFPXGib3FGsVM7nmameHjfwK4Mw9H0=
github.com/tomcz/gotools v0.10.2 h1:HjunVUAai0NhiVPshxN+m+4Jq3ajCfTIL8caUDiAO54=
github.com/tomcz/gotools v0.10.2/go.mod h1:hgApi7JGqBjcPC9FgqGJYr/frmm7YSaEmb26xGnhiWU=
github.com/urfave/cli/v2 v2.27.5 h1:WoHEJLdsXr6dDWoJgMq/CboDmyY/8HMMH1fTECbih+w=
github.com/urfave/cli/v2 v2.27.5/go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ=
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4=
Expand Down

0 comments on commit c222280

Please sign in to comment.