Skip to content

Commit

Permalink
fix(deps): upgraded github.com/alexfalkowski/go-service to v1.374.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfalkowski committed Jan 17, 2025
1 parent b8dc679 commit 2751be2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.23.3
toolchain go1.23.5

require (
github.com/alexfalkowski/go-health v1.20.0
github.com/alexfalkowski/go-service v1.374.1
github.com/alexfalkowski/go-health v1.20.1
github.com/alexfalkowski/go-service v1.374.2
go.uber.org/fx v1.23.0
)

Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ github.com/Masterminds/semver/v3 v3.3.1 h1:QtNSWtVZ3nBfk8mAOu/B6v7FMJ+NHTIgUPi7r
github.com/Masterminds/semver/v3 v3.3.1/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
github.com/aead/cmac v0.0.0-20160719120800-7af84192f0b1 h1:+JkXLHME8vLJafGhOH4aoV2Iu8bR55nU6iKMVfYVLjY=
github.com/aead/cmac v0.0.0-20160719120800-7af84192f0b1/go.mod h1:nuudZmJhzWtx2212z+pkuy7B6nkBqa+xwNXZHL1j8cg=
github.com/alexfalkowski/go-health v1.20.0 h1:eYoDQyPMsokaPVfnUGEQP6Lp10LG8axJhCGO/dXob7o=
github.com/alexfalkowski/go-health v1.20.0/go.mod h1:OxtnkvUD2qKWQWTOvUJxPOSHaueFICXNDtAsXJejFBQ=
github.com/alexfalkowski/go-service v1.374.1 h1:K0K85enBA7t6rJJOfm685l44KfaNHQ/Cly1g//V+P54=
github.com/alexfalkowski/go-service v1.374.1/go.mod h1:BXMpUNZW0QgcHudBFZVYn24rK45zWZym2t7hIHUnteo=
github.com/alexfalkowski/go-health v1.20.1 h1:d6ndE6TtsJ3Id5hBWMzV6kd23tkF//fvLkSOB/LlxJM=
github.com/alexfalkowski/go-health v1.20.1/go.mod h1:dd4TJ92/K5QgmtjbJAPLoXv3bAkcb6WTxskKh5meXWQ=
github.com/alexfalkowski/go-service v1.374.2 h1:MGYQy3OTtJnmi3YX9zhGQI8lVD9BnnAuqzoMtNK7rEQ=
github.com/alexfalkowski/go-service v1.374.2/go.mod h1:Ycaf//ObxDqfj4PDVGI/cCykUTQYXD1i6hSMoSiqooI=
github.com/arl/statsviz v0.6.0 h1:jbW1QJkEYQkufd//4NDYRSNBpwJNrdzPahF7ZmoGdyE=
github.com/arl/statsviz v0.6.0/go.mod h1:0toboo+YGSUXDaS4g1D5TVS4dXs7S7YYT5J/qnW2h8s=
github.com/beevik/ntp v1.4.3 h1:PlbTvE5NNy4QHmA4Mg57n7mcFTmr1W1j3gcK7L1lqho=
Expand Down
2 changes: 1 addition & 1 deletion test/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ GEM
rack-protection (= 4.1.1)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
sorbet-runtime (0.5.11761)
sorbet-runtime (0.5.11763)
sys-uname (1.3.1)
ffi (~> 1.1)
tilt (2.6.0)
Expand Down

0 comments on commit 2751be2

Please sign in to comment.