Skip to content

Commit

Permalink
provider: enable k3d cluster log export helper
Browse files Browse the repository at this point in the history
  • Loading branch information
harshanarayana committed Jan 17, 2025
1 parent b7182a4 commit 71cdeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go 1.23.0
toolchain go1.23.4

require (
github.com/blang/semver/v4 v4.0.0
github.com/stretchr/testify v1.10.0
github.com/vladimirvivien/gexe v0.4.1
k8s.io/api v0.32.1
Expand All @@ -18,7 +19,6 @@ require (

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
Expand Down

0 comments on commit 71cdeda

Please sign in to comment.