| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,7 +24,7 @@ require ( | |||
| 24 | 24 | github.com/smallstep/truststore v0.13.0 | |
| 25 | 25 | github.com/smallstep/zcrypto v0.0.0-20221001003018-1ab2364d2a91 | |
| 26 | 26 | github.com/smallstep/zlint v0.0.0-20220930192201-67fb4aa21910 | |
| 27 | - github.com/stretchr/testify v1.11.1 | ||
| 27 | + github.com/stretchr/testify v1.12.0 | ||
| 28 | 28 | github.com/urfave/cli v1.22.17 | |
| 29 | 29 | go.mozilla.org/pkcs7 v0.10.0 | |
| 30 | 30 | go.step.sm/crypto v0.87.0 | |
@@ -65,7 +65,6 @@ require ( | |||
| 65 | 65 | github.com/coreos/go-oidc/v3 v3.17.0 // indirect | |
| 66 | 66 | github.com/coreos/go-systemd/v22 v22.7.0 // indirect | |
| 67 | 67 | github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect | |
| 68 | - github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
| 69 | 68 | github.com/dgraph-io/badger v1.6.2 // indirect | |
| 70 | 69 | github.com/dgraph-io/badger/v2 v2.2007.4 // indirect | |
| 71 | 70 | github.com/dgraph-io/ristretto v0.1.1 // indirect | |
@@ -104,7 +103,6 @@ require ( | |||
| 104 | 103 | github.com/newrelic/go-agent/v3 v3.42.0 // indirect | |
| 105 | 104 | github.com/peterbourgon/diskv/v3 v3.0.1 // indirect | |
| 106 | 105 | github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect | |
| 107 | - github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
| 108 | 106 | github.com/prometheus/client_golang v1.23.2 // indirect | |
| 109 | 107 | github.com/prometheus/client_model v0.6.2 // indirect | |
| 110 | 108 | github.com/prometheus/common v0.67.5 // indirect | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -120,8 +120,6 @@ github.com/cpuguy83/go-md2man/v2 v2.0.7 h1:zbFlGlXEAKlwXpmvle3d8Oe3YnkKIK4xSRTd3 | |||
| 120 | 120 | github.com/cpuguy83/go-md2man/v2 v2.0.7/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g= | |
| 121 | 121 | github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | |
| 122 | 122 | github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | |
| 123 | - github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= | ||
| 124 | - github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||
| 125 | 123 | github.com/dgraph-io/badger v1.6.2 h1:mNw0qs90GVgGGWylh0umH5iag1j6n/PeJtNvL6KY/x8= | |
| 126 | 124 | github.com/dgraph-io/badger v1.6.2/go.mod h1:JW2yswe3V058sS0kZ2h/AXeDSqFjxnZcRrVH//y2UQE= | |
| 127 | 125 | github.com/dgraph-io/badger/v2 v2.2007.4 h1:TRWBQg8UrlUhaFdco01nO2uXwzKS7zd+HVdwV/GHc4o= | |
@@ -266,8 +264,6 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE | |||
| 266 | 264 | github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 h1:GFCKgmp0tecUJ0sJuv4pzYCqS9+RGSn52M3FUwPs+uo= | |
| 267 | 265 | github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10/go.mod h1:t/avpk3KcrXxUnYOhZhMXJlSEyie6gQbtLq5NM3loB8= | |
| 268 | 266 | github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= | |
| 269 | - github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U= | ||
| 270 | - github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= | ||
| 271 | 267 | github.com/pquerna/otp v1.5.0 h1:NMMR+WrmaqXU4EzdGJEE1aUUI0AMRzsp96fFFWNPwxs= | |
| 272 | 268 | github.com/pquerna/otp v1.5.0/go.mod h1:dkJfzwRKNiegxyNb54X/3fLwhCynbMspSyWKnvi1AEg= | |
| 273 | 269 | github.com/prometheus/client_golang v1.23.2 h1:Je96obch5RDVy3FDMndoUsjAhG5Edi49h0RJWRi/o0o= | |
@@ -342,8 +338,8 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ | |||
| 342 | 338 | github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= | |
| 343 | 339 | github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= | |
| 344 | 340 | github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= | |
| 345 | - github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= | ||
| 346 | - github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= | ||
| 341 | + github.com/stretchr/testify v1.12.0 h1:K6Mr6jO9JICuend/5xzTM03ydSV3vdNRYAdPSukj8uI= | ||
| 342 | + github.com/stretchr/testify v1.12.0/go.mod h1:bOYBZb5qJ00vPzWfIqBUZPaxK8jWiXc6d3ErP4Ca9Gw= | ||
| 347 | 343 | github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= | |
| 348 | 344 | github.com/urfave/cli v1.22.17 h1:SYzXoiPfQjHBbkYxbew5prZHS1TOLT3ierW8SYLqtVQ= | |
| 349 | 345 | github.com/urfave/cli v1.22.17/go.mod h1:b0ht0aqgH/6pBYzzxURyrM4xXNgsoT/n2ZzwQiEhNVo= | |
| Back | FazBrowse Home | New Git URL |
0 commit comments