Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

terratest-bump #3

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
terratest-bump
Signed-off-by: Michal Kuritka <kuritka@gmail.com>
  • Loading branch information
kuritka committed May 13, 2023
commit b31b068f3d0d0a07be7355952509edbc2aa859ba
6 changes: 3 additions & 3 deletions terratest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ module github.com/k8gb-io/k8gb-light/terratest
go 1.19

require (
github.com/gruntwork-io/terratest v0.41.7
github.com/gruntwork-io/terratest v0.41.24
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
k8s.io/api v0.20.6
k8s.io/apimachinery v0.20.6
k8s.io/api v0.26.4
k8s.io/apimachinery v0.26.4
)

require (
Expand Down