Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Jan 30, 2025
1 parent e8161f4 commit d15ec10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
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.1
toolchain go1.23.5

require (
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-version v1.7.0
github.com/joho/godotenv v1.5.1
github.com/kairos-io/kairos-sdk v0.7.2
Expand Down Expand Up @@ -57,7 +58,6 @@ require (
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/huandu/xstrings v1.5.0 // indirect
github.com/itchyny/gojq v0.12.17 // indirect
github.com/itchyny/timefmt-go v0.1.6 // indirect
Expand Down
4 changes: 0 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,8 @@ github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=
github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc=
github.com/mudler/entities v0.8.1 h1:/iZ3VrhZy8bSVr39IqoSwL4jphna2rgSYnJCUZakZ3s=
github.com/mudler/entities v0.8.1/go.mod h1:exnXZF6qVnu4b9dEiH3sLEyxYBTknfkcJ3UCxyc/dwE=
github.com/mudler/yip v1.14.0 h1:CB6lGAl/lU9e0FN1XMXEgIJ0GSMB9NMwQ0R+Ftxd1ww=
github.com/mudler/yip v1.14.0/go.mod h1:XIvNlX4cPMeiq2WK0H4Az0+Wk8K3rkkQbl26RsMHL94=
github.com/mudler/yip v1.14.1 h1:wJ1caeVULkHgPGC0R5rHyl3jZi0T7SZuspfcIBxWwaE=
github.com/mudler/yip v1.14.1/go.mod h1:XIvNlX4cPMeiq2WK0H4Az0+Wk8K3rkkQbl26RsMHL94=
github.com/mudler/yip v1.14.2-0.20250117142408-9673f4602026 h1:H7frqg6yDCisiVIDSk+H1YAePd2qcmmxXd5SRYA1xTI=
github.com/mudler/yip v1.14.2-0.20250117142408-9673f4602026/go.mod h1:XIvNlX4cPMeiq2WK0H4Az0+Wk8K3rkkQbl26RsMHL94=
github.com/nxadm/tail v1.4.11 h1:8feyoE3OzPrcshW5/MJ4sGESc5cqmGkGCWlco4l0bqY=
github.com/nxadm/tail v1.4.11/go.mod h1:OTaG3NK980DZzxbRq6lEuzgU+mug70nY11sMd4JXXHc=
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
Expand Down

0 comments on commit d15ec10

Please sign in to comment.