Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deps): update github.com/alexfalkowski/go-service to v1.97.0 #265

Merged
merged 2 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/alexfalkowski/go-health v1.13.0
github.com/alexfalkowski/go-service v1.96.5
github.com/alexfalkowski/go-service v1.97.0
go.uber.org/fx v1.20.1
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,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.96.5 h1:a6Wgod2evcQP8Hv9N4CyUGHJSFKTEHTG80vA36dlTjc=
github.com/alexfalkowski/go-service v1.96.5/go.mod h1:0PQ7Cjc5E5oK8lHhuOfD8zkQOmr0fyWBp+IGcqlM1pg=
github.com/alexfalkowski/go-service v1.97.0 h1:Gm++wjg++QC/R3Ff2SoxYJFSMc/E6Tl9fkW7tiDMVH8=
github.com/alexfalkowski/go-service v1.97.0/go.mod h1:0PQ7Cjc5E5oK8lHhuOfD8zkQOmr0fyWBp+IGcqlM1pg=
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
2 changes: 2 additions & 0 deletions test/.config/server.config.yml → test/.config/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ health:
duration: 1s
timeout: 1s
telemetry:
logger:
level: error
trace:
host: localhost:4318
secure: false
Expand Down
10 changes: 5 additions & 5 deletions test/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ GEM
google-protobuf (3.24.4-x86_64-linux)
googleapis-common-protos-types (1.9.0)
google-protobuf (~> 3.18)
grpc (1.58.0-x86_64-darwin)
google-protobuf (~> 3.23)
grpc (1.59.0-x86_64-darwin)
google-protobuf (~> 3.24)
googleapis-common-protos-types (~> 1.0)
grpc (1.58.0-x86_64-linux)
google-protobuf (~> 3.23)
grpc (1.59.0-x86_64-linux)
google-protobuf (~> 3.24)
googleapis-common-protos-types (~> 1.0)
http-accept (1.7.0)
http-cookie (1.0.5)
Expand Down Expand Up @@ -164,7 +164,7 @@ GEM
yard (~> 0.9, >= 0.9.24)
sys-uname (1.2.3)
ffi (~> 1.1)
thor (1.2.2)
thor (1.3.0)
tilt (2.3.0)
unf (0.1.4)
unf_ext
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@startup
Feature: Observability

Observability is a measure of how well internal states of a system can be inferred by knowledge of its external outputs.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@startup
Feature: Observability

Observability is a measure of how well internal states of a system can be inferred by knowledge of its external outputs.
Expand Down
2 changes: 2 additions & 0 deletions test/features/support/nonnative.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
Nonnative.configure do |config|
config.load_file('nonnative.yml')
end

require 'nonnative/startup'
2 changes: 1 addition & 1 deletion test/nonnative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ processes:
port: 8080
log: reports/server.log
environment:
CONFIG_FILE: .config/server.config.yml
CONFIG_FILE: .config/server.yml
Empty file added test/reports/.keep
Empty file.
Loading