diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-15 17:08:36 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-15 17:08:36 -0600 |
| commit | 77afd54f19a5c7ad4417c4db687e257900b0e6c3 (patch) | |
| tree | 1c41b2e9e5fc3c5eb34c2fe53a6255592de592ca /go.mod | |
| parent | 1622cea8df335a605ed815c6753cdefe8d2147ad (diff) | |
chore: update golang-set module
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,6 +8,7 @@ require ( github.com/docker/go-connections v0.5.0 github.com/oauth2-proxy/mockoidc v0.0.0-20240214162133-caebfff84d25 github.com/oklog/ulid v1.3.1 + github.com/playwright-community/playwright-go v0.5200.0 github.com/rs/zerolog v1.34.0 github.com/stretchr/testify v1.10.0 github.com/testcontainers/testcontainers-go v0.37.0 @@ -26,7 +27,7 @@ require ( github.com/containerd/platforms v0.2.1 // indirect github.com/cpuguy83/dockercfg v0.3.2 // indirect github.com/davecgh/go-spew v1.1.1 // indirect - github.com/deckarep/golang-set/v2 v2.7.0 // indirect + github.com/deckarep/golang-set/v2 v2.8.0 // indirect github.com/distribution/reference v0.6.0 // indirect github.com/docker/go-units v0.5.0 // indirect github.com/ebitengine/purego v0.8.3 // indirect @@ -63,7 +64,6 @@ require ( github.com/opencontainers/go-digest v1.0.0 // indirect github.com/opencontainers/image-spec v1.1.1 // indirect github.com/pkg/errors v0.9.1 // indirect - github.com/playwright-community/playwright-go v0.5200.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect |
