From 77b1f3bc97bbfe1694d163104a91f2e92ea7db92 Mon Sep 17 00:00:00 2001 From: GGGitBoy <1812041288@qq.com> Date: Mon, 4 Mar 2024 15:33:35 +0800 Subject: [PATCH] PANDARIA: go mod tidy --- go.mod | 5 +++-- go.sum | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 72158df9..331c426a 100644 --- a/go.mod +++ b/go.mod @@ -5,12 +5,14 @@ go 1.20 require ( github.com/ghodss/yaml v1.0.0 github.com/gorilla/websocket v1.5.0 + github.com/json-iterator/go v1.1.12 github.com/matryer/moq v0.3.2 github.com/pkg/errors v0.9.1 github.com/rancher/lasso v0.0.0-20230830164424-d684fdeb6f29 github.com/rancher/wrangler v1.1.1-0.20230831050635-df1bd5aae9df github.com/sirupsen/logrus v1.9.3 github.com/stretchr/testify v1.8.4 + github.com/tcnksm/go-httpstat v0.2.0 golang.org/x/sync v0.3.0 golang.org/x/text v0.12.0 golang.org/x/tools v0.12.0 @@ -19,6 +21,7 @@ require ( k8s.io/apimachinery v0.27.4 k8s.io/client-go v0.27.4 k8s.io/gengo v0.0.0-20230306165830-ab3349d207d4 + k8s.io/utils v0.0.0-20230209194617-a36077c30491 ) require ( @@ -38,7 +41,6 @@ require ( github.com/google/uuid v1.3.0 // indirect github.com/imdario/mergo v0.3.12 // indirect github.com/josharian/intern v1.0.0 // indirect - github.com/json-iterator/go v1.1.12 // indirect github.com/mailru/easyjson v0.7.7 // indirect github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect @@ -63,7 +65,6 @@ require ( gopkg.in/yaml.v3 v3.0.1 // indirect k8s.io/klog/v2 v2.90.1 // indirect k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect - k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect sigs.k8s.io/yaml v1.3.0 // indirect diff --git a/go.sum b/go.sum index 176c3b52..d24b4fcb 100644 --- a/go.sum +++ b/go.sum @@ -262,6 +262,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= +github.com/tcnksm/go-httpstat v0.2.0 h1:rP7T5e5U2HfmOBmZzGgGZjBQ5/GluWUylujl0tJ04I0= +github.com/tcnksm/go-httpstat v0.2.0/go.mod h1:s3JVJFtQxtBEBC9dwcdTTXS9xFnM3SXAZwPG41aurT8= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=