diff options
| author | Franck Cuny <fcuny@roblox.com> | 2025-09-06 13:05:00 -0700 |
|---|---|---|
| committer | Franck Cuny <fcuny@roblox.com> | 2025-09-06 13:05:00 -0700 |
| commit | 34ad93bfff38348318575ac044c1711f05eae78b (patch) | |
| tree | 2b7336e63e40fbb162efe88c6f56fd110f30d6e0 /go.mod | |
| parent | add a tool to check validity of SSH certificates (diff) | |
| download | x-34ad93bfff38348318575ac044c1711f05eae78b.tar.gz | |
ssh-cert-info in go
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,6 +18,7 @@ require ( github.com/prometheus/client_model v0.6.2 // indirect github.com/prometheus/common v0.65.0 // indirect github.com/prometheus/procfs v0.16.1 // indirect - golang.org/x/sys v0.33.0 // indirect + golang.org/x/crypto v0.41.0 // indirect + golang.org/x/sys v0.35.0 // indirect google.golang.org/protobuf v1.36.6 // indirect ) |
