diff --git a/go.mod b/go.mod index aff9557f..477b08ca 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/kubescape/kubescape/v3 -go 1.20 +go 1.21 + require ( github.com/adrg/xdg v0.4.0 diff --git a/httphandler/go.mod b/httphandler/go.mod index 62b5b911..827bd646 100644 --- a/httphandler/go.mod +++ b/httphandler/go.mod @@ -1,6 +1,6 @@ module github.com/kubescape/kubescape/v3/httphandler -go 1.20 +go 1.21 replace github.com/kubescape/kubescape/v3 => ../