diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-11 21:22:43 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-11 21:22:43 -0600 |
| commit | 05fae21a33b74e7768a94eb84294f6198c3cec56 (patch) | |
| tree | fce6d4813f10704d3d17ba69e235e097da1f0574 /vendor/modules.txt | |
| parent | b1b29603622451f677f61be9300987ee3e79a2ff (diff) | |
chore: update go modules
Diffstat (limited to 'vendor/modules.txt')
| -rw-r--r-- | vendor/modules.txt | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 2179c3b..3d5cf63 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -36,6 +36,9 @@ github.com/cpuguy83/dockercfg # github.com/davecgh/go-spew v1.1.1 ## explicit github.com/davecgh/go-spew/spew +# github.com/deckarep/golang-set/v2 v2.7.0 +## explicit; go 1.18 +github.com/deckarep/golang-set/v2 # github.com/distribution/reference v0.6.0 ## explicit; go 1.20 github.com/distribution/reference @@ -107,6 +110,9 @@ github.com/go-logr/stdr ## explicit; go 1.12 github.com/go-ole/go-ole github.com/go-ole/go-ole/oleutil +# github.com/go-stack/stack v1.8.1 +## explicit; go 1.17 +github.com/go-stack/stack # github.com/gogo/protobuf v1.3.2 ## explicit; go 1.15 github.com/gogo/protobuf/proto @@ -161,7 +167,7 @@ github.com/klauspost/compress/zstd/internal/xxhash # github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 ## explicit; go 1.16 github.com/lufia/plan9stats -# github.com/magiconair/properties v1.8.9 +# github.com/magiconair/properties v1.8.10 ## explicit; go 1.19 github.com/magiconair/properties # github.com/mattn/go-colorable v0.1.14 @@ -212,6 +218,10 @@ github.com/opencontainers/image-spec/specs-go/v1 # github.com/pkg/errors v0.9.1 ## explicit github.com/pkg/errors +# github.com/playwright-community/playwright-go v0.5200.0 +## explicit; go 1.22 +github.com/playwright-community/playwright-go +github.com/playwright-community/playwright-go/internal/safe # github.com/pmezard/go-difflib v1.0.0 ## explicit github.com/pmezard/go-difflib/difflib @@ -242,7 +252,7 @@ github.com/sirupsen/logrus github.com/stretchr/testify/assert github.com/stretchr/testify/assert/yaml github.com/stretchr/testify/require -# github.com/testcontainers/testcontainers-go v0.36.0 +# github.com/testcontainers/testcontainers-go v0.37.0 ## explicit; go 1.23.0 github.com/testcontainers/testcontainers-go github.com/testcontainers/testcontainers-go/exec |
