diff options
author | Austin McKinley <austin@blueskyweb.xyz> | 2025-07-29 17:54:11 -0700 |
---|---|---|
committer | Austin McKinley <austin@blueskyweb.xyz> | 2025-07-29 17:54:11 -0700 |
commit | 27c51401d2d828db5a52c99dd9b73a700ba65368 (patch) | |
tree | 9c94aa7bc3184e5ad8ec9643eef42a64a09b97bf /bskyweb/go.mod | |
parent | 2b92697e3ec67c058119e88c4779e04a3cb952ce (diff) | |
download | voidsky-27c51401d2d828db5a52c99dd9b73a700ba65368.tar.zst |
git tidy
Diffstat (limited to 'bskyweb/go.mod')
-rw-r--r-- | bskyweb/go.mod | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bskyweb/go.mod b/bskyweb/go.mod index af0c5c6fc..f4689af5a 100644 --- a/bskyweb/go.mod +++ b/bskyweb/go.mod @@ -28,7 +28,6 @@ require ( github.com/go-logr/stdr v1.2.2 // indirect github.com/goccy/go-json v0.10.2 // indirect github.com/gogo/protobuf v1.3.2 // indirect - github.com/golang-jwt/jwt v3.2.2+incompatible // indirect github.com/google/uuid v1.4.0 // indirect github.com/hashicorp/go-cleanhttp v0.5.2 // indirect github.com/hashicorp/go-retryablehttp v0.7.5 // indirect @@ -65,7 +64,6 @@ require ( github.com/mattn/go-colorable v0.1.14 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/mattn/go-sqlite3 v1.14.22 // indirect - github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect github.com/minio/sha256-simd v1.0.1 // indirect github.com/mr-tron/base58 v1.2.0 // indirect github.com/multiformats/go-base32 v0.1.0 // indirect @@ -76,7 +74,7 @@ require ( github.com/opentracing/opentracing-go v1.2.0 // indirect github.com/orandin/slog-gorm v1.3.2 // indirect github.com/polydawn/refmt v0.89.1-0.20221221234430-40501e09de1f // indirect - github.com/prometheus/client_golang v1.22.0 // indirect + github.com/prometheus/client_golang v1.22.0 github.com/prometheus/client_model v0.6.2 // indirect github.com/prometheus/common v0.63.0 // indirect github.com/prometheus/procfs v0.16.1 // indirect |