diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-02 11:21:50 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-02 11:21:50 -0600 |
| commit | 25bdce075df9b464abc69388c476b638aeb53e8b (patch) | |
| tree | 96daa7defb0279a0fb792a1b220ceb0ff2b5393a /go.mod | |
| parent | 83825cdd870aef34edb96bf6a21a1fd57ff9b806 (diff) | |
chore: update modules
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ go 1.24 require ( github.com/coreos/go-oidc/v3 v3.14.1 - github.com/docker/docker v28.2.1+incompatible + github.com/docker/docker v28.2.2+incompatible github.com/docker/go-connections v0.5.0 github.com/envoyproxy/go-control-plane/envoy v1.32.4 github.com/oauth2-proxy/mockoidc v0.0.0-20240214162133-caebfff84d25 @@ -84,7 +84,7 @@ require ( 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 + github.com/shirou/gopsutil/v4 v4.25.5 // indirect github.com/sirupsen/logrus v1.9.3 // indirect github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect github.com/tklauser/go-sysconf v0.3.15 // indirect |
