diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-26 10:08:55 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-26 10:08:55 -0600 |
| commit | b54998f78dc2229e5500f6ac22ef24869a3dac0a (patch) | |
| tree | ddf4bc22cda1d64e17e0b845edaa4b796f7638e2 /go.mod | |
| parent | 3d6cdf0b3d6fa23509208e2355a7b7d26400a8ea (diff) | |
| parent | f5011f9b32b33ef78405e624d223194ff4b0bd7f (diff) | |
Merge branch 'envoy-authn-header' into 'main'
Improve startup, logging, and authorization integration
See merge request gitlab-org/software-supply-chain-security/authorization/sparkled!11
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -14,6 +14,7 @@ require ( github.com/stretchr/testify v1.10.0 github.com/testcontainers/testcontainers-go v0.37.0 github.com/xlgmokha/x v0.0.0-20250523153843-ded39aa54bc5 + gitlab.com/gitlab-org/software-supply-chain-security/authorization/authzd.git v0.0.0-20250523230007-aebf1323e470 golang.org/x/oauth2 v0.30.0 google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 google.golang.org/grpc v1.72.1 @@ -35,7 +36,7 @@ require ( github.com/containerd/log v0.1.0 // indirect 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/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // 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 @@ -78,7 +79,7 @@ require ( github.com/opencontainers/image-spec v1.1.1 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/planetscale/vtprotobuf v0.6.1-0.20250313105119-ba97887b0a25 // indirect - github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect github.com/shirou/gopsutil/v4 v4.25.4 // indirect @@ -86,6 +87,7 @@ require ( github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect github.com/tklauser/go-sysconf v0.3.15 // indirect github.com/tklauser/numcpus v0.10.0 // indirect + github.com/twitchtv/twirp v8.1.3+incompatible // indirect github.com/yusufpapurcu/wmi v1.2.4 // indirect github.com/zeebo/errs v1.4.0 // indirect go.opentelemetry.io/auto/sdk v1.1.0 // indirect |
