forked from buchgr/bazel-remote
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade go modules (except azure-sdk)
go get -u ... undo azure-sdk updates go mod tidy
- Loading branch information
Showing
2 changed files
with
131 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +1,73 @@ | ||
module github.com/buchgr/bazel-remote/v2 | ||
|
||
require ( | ||
cloud.google.com/go/longrunning v0.5.12 | ||
cloud.google.com/go/longrunning v0.6.3 | ||
github.com/abbot/go-http-auth v0.4.1-0.20220112235402-e1cee1c72f2f | ||
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect | ||
github.com/djherbis/atime v1.1.0 | ||
github.com/google/go-cmp v0.6.0 | ||
github.com/google/uuid v1.6.0 | ||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 | ||
github.com/klauspost/compress v1.17.8 | ||
github.com/minio/minio-go/v7 v7.0.69 | ||
github.com/klauspost/compress v1.17.11 | ||
github.com/minio/minio-go/v7 v7.0.82 | ||
github.com/mostynb/go-grpc-compression v1.2.3 | ||
github.com/mostynb/zstdpool-syncpool v0.0.13 | ||
github.com/prometheus/client_golang v1.19.0 | ||
github.com/prometheus/client_golang v1.20.5 | ||
github.com/prometheus/client_model v0.6.1 // indirect | ||
github.com/slok/go-http-metrics v0.11.0 | ||
github.com/urfave/cli/v2 v2.27.1 | ||
golang.org/x/oauth2 v0.22.0 | ||
golang.org/x/sync v0.8.0 | ||
golang.org/x/sys v0.22.0 // indirect | ||
google.golang.org/grpc v1.64.1 | ||
google.golang.org/protobuf v1.34.2 | ||
github.com/slok/go-http-metrics v0.13.0 | ||
github.com/urfave/cli/v2 v2.27.5 | ||
golang.org/x/oauth2 v0.24.0 | ||
golang.org/x/sync v0.10.0 | ||
golang.org/x/sys v0.28.0 // indirect | ||
google.golang.org/grpc v1.69.2 | ||
google.golang.org/protobuf v1.36.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1 | ||
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0 | ||
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.4.1 | ||
github.com/go-ldap/ldap/v3 v3.4.8 | ||
github.com/go-ldap/ldap/v3 v3.4.9 | ||
github.com/johannesboyne/gofakes3 v0.0.0-20230506070712-04da935ef877 | ||
github.com/valyala/gozstd v1.20.1 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240725223205-93522f1f2a9f | ||
google.golang.org/genproto/googleapis/bytestream v0.0.0-20240401170217-c3f982113cda | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf | ||
github.com/valyala/gozstd v1.21.2 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20241219192143-6b3ec007d9bb | ||
google.golang.org/genproto/googleapis/bytestream v0.0.0-20241219192143-6b3ec007d9bb | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241219192143-6b3ec007d9bb | ||
) | ||
|
||
require ( | ||
cloud.google.com/go/compute/metadata v0.5.0 // indirect | ||
cloud.google.com/go/compute/metadata v0.6.0 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/internal v1.8.0 // indirect | ||
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect | ||
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect | ||
github.com/aws/aws-sdk-go v1.44.256 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dustin/go-humanize v1.0.1 // indirect | ||
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect | ||
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect | ||
github.com/go-ini/ini v1.67.0 // indirect | ||
github.com/goccy/go-json v0.10.4 // indirect | ||
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.7 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.9 // indirect | ||
github.com/kylelemons/godebug v1.1.0 // indirect | ||
github.com/minio/md5-simd v1.1.2 // indirect | ||
github.com/minio/sha256-simd v1.0.1 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect | ||
github.com/prometheus/common v0.52.3 // indirect | ||
github.com/prometheus/procfs v0.13.0 // indirect | ||
github.com/rs/xid v1.5.0 // indirect | ||
github.com/prometheus/common v0.61.0 // indirect | ||
github.com/prometheus/procfs v0.15.1 // indirect | ||
github.com/rs/xid v1.6.0 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 // indirect | ||
github.com/shabbyrobe/gocovmerge v0.0.0-20190829150210-3e036491d500 // indirect | ||
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect | ||
golang.org/x/crypto v0.25.0 // indirect | ||
golang.org/x/net v0.27.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect | ||
golang.org/x/crypto v0.31.0 // indirect | ||
golang.org/x/net v0.33.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
) | ||
|
||
go 1.21 | ||
go 1.23 | ||
|
||
toolchain go1.21.5 | ||
toolchain go1.23.3 |
Oops, something went wrong.