Skip to content

Commit

Permalink
fix: update operator (#2006)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicufk committed Aug 6, 2022
1 parent b1e42aa commit 1260089
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/gofiber/fiber/v2 v2.36.0
github.com/gookit/color v1.5.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/kubeshop/testkube-operator v1.3.20
github.com/kubeshop/testkube-operator v1.4.0
github.com/minio/minio-go/v7 v7.0.34
github.com/moogar0880/problems v0.1.1
github.com/olekukonko/tablewriter v0.0.5
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kubeshop/testkube-operator v1.3.20 h1:Ph9j/pPM2KDciBKDmbh1LSAzXdFOCfVWulDoVa+MsN0=
github.com/kubeshop/testkube-operator v1.3.20/go.mod h1:yYTgYLzQ4b97lGOlyrUXyywg1g0B8nUm2a6NpRRme1I=
github.com/kubeshop/testkube-operator v1.4.0 h1:CGCwDTI2D5BMcWpDnr8Y9G5GiqTfHtnqIPik9d7XD98=
github.com/kubeshop/testkube-operator v1.4.0/go.mod h1:yYTgYLzQ4b97lGOlyrUXyywg1g0B8nUm2a6NpRRme1I=
github.com/lucasb-eyer/go-colorful v1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=
github.com/lucasb-eyer/go-colorful v1.2.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0=
github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
Expand Down

0 comments on commit 1260089

Please sign in to comment.