Skip to content

Commit

Permalink
feat(deps): update github.com/alexfalkowski/go-service to v1.101.0 (#434
Browse files Browse the repository at this point in the history
)
  • Loading branch information
alexfalkowski committed Nov 2, 2023
1 parent e036326 commit a0481d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
git.jlel.se/jlelse/go-geouri v0.0.0-20210525190615-a9c1d50f42d6
github.com/IncSW/geoip2 v0.1.2
github.com/alexfalkowski/go-health v1.13.0
github.com/alexfalkowski/go-service v1.100.2
github.com/alexfalkowski/go-service v1.101.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0
github.com/ip2location/ip2location-go/v9 v9.6.0
github.com/pariz/gountries v0.1.6
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ github.com/Masterminds/semver/v3 v3.1.1 h1:hLg3sBzpNErnxhQtUy/mmLR2I9foDujNK030I
github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs=
github.com/alexfalkowski/go-health v1.13.0 h1:DD+kWEPzn+sIhiv6mMeX1Wtab5sdtQpw8J6TsH/YVL8=
github.com/alexfalkowski/go-health v1.13.0/go.mod h1:+8Q3zHywTGZl0VcsT2vr5edGOPDMVQIRbx7PboYKhxI=
github.com/alexfalkowski/go-service v1.100.2 h1:aHZZqQ0ZmsM2kmk1V4QbQIgRXPQYAhZLaNcssUgCSYM=
github.com/alexfalkowski/go-service v1.100.2/go.mod h1:5aSPFhwiZkPyGJXcn9SxDfRneoF0dAwTNNgJ91IW5bU=
github.com/alexfalkowski/go-service v1.101.0 h1:Z7qtjd9QuHlgWyU5HnTBEBUIba3JeS73dS0Z9IsEfkU=
github.com/alexfalkowski/go-service v1.101.0/go.mod h1:5aSPFhwiZkPyGJXcn9SxDfRneoF0dAwTNNgJ91IW5bU=
github.com/avast/retry-go/v3 v3.1.1 h1:49Scxf4v8PmiQ/nY0aY3p0hDueqSmc7++cBbtiDGu2g=
github.com/avast/retry-go/v3 v3.1.1/go.mod h1:6cXRK369RpzFL3UQGqIUp9Q7GDrams+KsYWrfNA1/nQ=
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
resp = JSON.parse(@response.body)

expect(resp['meta'].length).to be > 0
expect(resp['locations'].length).to eq(0)
expect(resp['locations']).to be_nil
end

0 comments on commit a0481d5

Please sign in to comment.