Skip to content

Commit

Permalink
blubs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed May 7, 2024
1 parent d606d2a commit e7b035a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion e2e/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,6 @@ func testNetworkBlockDns(t *testing.T, m *e2e.Minikube, e *e2e.Extension) {
func sleep(t *testing.T, m *e2e.Minikube, e *e2e.Extension) {
log.Info().Msg("Starting sleep")


time.Sleep(60 * time.Minute)
}
func testFillDisk(t *testing.T, m *e2e.Minikube, e *e2e.Extension) {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.32.0
github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.0
github.com/steadybit/action-kit/go/action_kit_commons v1.1.10-0.20240506160711-bd9d78938d83
github.com/steadybit/action-kit/go/action_kit_commons v1.1.10-0.20240507082601-afa3eeba872f
github.com/steadybit/action-kit/go/action_kit_sdk v1.1.9
github.com/steadybit/action-kit/go/action_kit_test v1.2.11
github.com/steadybit/discovery-kit/go/discovery_kit_api v1.5.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,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.0 h1:8whTfgk0UpNVj/d0hrXmW+mgAN0HUAvaafMW+yPHbqA=
github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.0/go.mod h1:VvrWrWS4lFAmtlYW06wY1G8+L9gbw/Tq0HDceSN21M8=
github.com/steadybit/action-kit/go/action_kit_commons v1.1.10-0.20240506160711-bd9d78938d83 h1:7lNpRVYkE3a2MjziC9xANkUhxSgoNwDCodiGb62/AN8=
github.com/steadybit/action-kit/go/action_kit_commons v1.1.10-0.20240506160711-bd9d78938d83/go.mod h1:VDYCtS6HZ7mLFDgDro6tNLyWdFNnUGyGWIUxVn//z30=
github.com/steadybit/action-kit/go/action_kit_commons v1.1.10-0.20240507082601-afa3eeba872f h1:aoIZrqW0LaEcZwtJzK0NZXj5SNIV3ibh72uAVlFfRzM=
github.com/steadybit/action-kit/go/action_kit_commons v1.1.10-0.20240507082601-afa3eeba872f/go.mod h1:VDYCtS6HZ7mLFDgDro6tNLyWdFNnUGyGWIUxVn//z30=
github.com/steadybit/action-kit/go/action_kit_sdk v1.1.9 h1:EZCQA7FWxyWpA6du9Kt/5PMAZ2JXn9s1twWHuh8DMQo=
github.com/steadybit/action-kit/go/action_kit_sdk v1.1.9/go.mod h1:doeEvG/3OQSd3Xvb4UvWpnwmY3VT+Pf9f6NfxV5i2rU=
github.com/steadybit/action-kit/go/action_kit_test v1.2.11 h1:+UMcn7wqjQJodP7k7VzRHZACwKJd2il0rhZG/ZYeUZk=
Expand Down

0 comments on commit e7b035a

Please sign in to comment.