Skip to content

Commit

Permalink
Allow to run outside K8S
Browse files Browse the repository at this point in the history
  • Loading branch information
bareckidarek committed Aug 20, 2024
1 parent d302f5d commit 6363234
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.5
require (
github.com/grantae/certinfo v0.0.0-20170412194111-59d56a35515b
github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf
github.com/k8spacket/k8s-api/v2 v2.0.4
github.com/k8spacket/k8s-api/v2 v2.0.5
github.com/k8spacket/plugin-api/v2 v2.0.4
github.com/prometheus/client_golang v1.19.1
github.com/timshannon/bolthold v0.0.0-20240314194003-30aac6950928
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8Hm
github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y=
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
github.com/k8spacket/k8s-api/v2 v2.0.4 h1:mcqsvm5JtvuDheDoVl53N4fWiVE34C+RqjfwPBFGDEU=
github.com/k8spacket/k8s-api/v2 v2.0.4/go.mod h1:t2bV57vAK/3FsmRPfdIrYhi4Y8FZAVR+QscUKQeujfo=
github.com/k8spacket/k8s-api/v2 v2.0.5 h1:DlGHJuCc4XPb2JjCnVyOpMZz8/D8aAmkpOE/LscAcuE=
github.com/k8spacket/k8s-api/v2 v2.0.5/go.mod h1:t2bV57vAK/3FsmRPfdIrYhi4Y8FZAVR+QscUKQeujfo=
github.com/k8spacket/plugin-api/v2 v2.0.4 h1:zgUxGERtw25BAku0JuNaA6HcD4DXOVmXiW3qbAyYkQo=
github.com/k8spacket/plugin-api/v2 v2.0.4/go.mod h1:nxyUNqkbP+HkjD9XqCPRjf3siRODBGtrKpQPCILOUpA=
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
Expand Down

0 comments on commit 6363234

Please sign in to comment.