Skip to content

Commit

Permalink
Merge pull request #10 from k8spacket/update-golang-1.22.5-and-depend…
Browse files Browse the repository at this point in the history
…encies

Update golang 1.22.5 & dependencies
  • Loading branch information
bareckidarek authored Jul 7, 2024
2 parents 5096776 + ff6d15c commit d302f5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ 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.2-alpha
github.com/k8spacket/plugin-api/v2 v2.0.2-alpha
github.com/k8spacket/k8s-api/v2 v2.0.4
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
go.etcd.io/bbolt v1.3.10
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ 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.2-alpha h1:htilqIKhHMSdRvorcUMeW4aRBhAm4TgdvBrPGBVZx7w=
github.com/k8spacket/k8s-api/v2 v2.0.2-alpha/go.mod h1:t2bV57vAK/3FsmRPfdIrYhi4Y8FZAVR+QscUKQeujfo=
github.com/k8spacket/plugin-api/v2 v2.0.2-alpha h1:KXi6yXaBp0pN1NKUecX3x1PuiTInJXKaKMtrNLKlGdo=
github.com/k8spacket/plugin-api/v2 v2.0.2-alpha/go.mod h1:nxyUNqkbP+HkjD9XqCPRjf3siRODBGtrKpQPCILOUpA=
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/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=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
Expand Down

0 comments on commit d302f5d

Please sign in to comment.