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

wip #111

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

wip #111

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
7 changes: 5 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
module github.com/steadybit/extension-host

go 1.23
go 1.23.0

toolchain go1.23.4

require (
github.com/KimMachineGun/automemlimit v0.6.1
github.com/elastic/go-sysinfo v1.15.0
Expand All @@ -10,7 +13,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.33.0
github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.6
github.com/steadybit/action-kit/go/action_kit_commons v1.2.14
github.com/steadybit/action-kit/go/action_kit_commons v1.2.15-0.20250102160331-198e4b19d6b9
github.com/steadybit/action-kit/go/action_kit_sdk v1.1.14
github.com/steadybit/action-kit/go/action_kit_test v1.3.2
github.com/steadybit/discovery-kit/go/discovery_kit_api v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An
github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad/go.mod h1:qLr4V1qq6nMqFKkMo8ZTx3f+BZEkzsRUY10Xsm2mwU0=
github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.6 h1:Qci7Numf66mjCIRo7KDwHUimIxUZzq+GBfyv/1f/QCU=
github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.6/go.mod h1:ycF2RLgRsB8I/jD52aE+dKZKVru1GIEtmkcRcIR3vXk=
github.com/steadybit/action-kit/go/action_kit_commons v1.2.14 h1:9sGm4L8cVeXUMRp4gBWW93LMsEBJQw42mlyJLzj8Cdw=
github.com/steadybit/action-kit/go/action_kit_commons v1.2.14/go.mod h1:Fyz7eekZhKf3j9br2aoT77kx292bpXdWzJ/m+dGwqDM=
github.com/steadybit/action-kit/go/action_kit_commons v1.2.15-0.20250102160331-198e4b19d6b9 h1:8N9l6z5f52eOYDqm6prvw1xrxMCUR/oxPiBLj2QlEhc=
github.com/steadybit/action-kit/go/action_kit_commons v1.2.15-0.20250102160331-198e4b19d6b9/go.mod h1:Fyz7eekZhKf3j9br2aoT77kx292bpXdWzJ/m+dGwqDM=
github.com/steadybit/action-kit/go/action_kit_sdk v1.1.14 h1:x94RX+vh9Iyc0tS6BhiSpvknj+xE36AV0Nc3D5Yuub0=
github.com/steadybit/action-kit/go/action_kit_sdk v1.1.14/go.mod h1:Tp/klK5b7k+BCvb3JTSDZSNcnpFBaHauhndzOarnMW4=
github.com/steadybit/action-kit/go/action_kit_test v1.3.2 h1:DFDznoWEbTGv+fiGYiRaq7tq5es9VTScjrWusRAbS08=
Expand Down
Loading