mirror of
https://github.com/smallstep/certificates.git
synced 2024-10-31 03:20:16 +00:00
15383bae66
Bumps [cloud.google.com/go/longrunning](https://github.com/googleapis/google-cloud-go) from 0.5.2 to 0.5.3. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-cloud-go/compare/longrunning/v0.5.2...longrunning/v0.5.3) --- updated-dependencies: - dependency-name: cloud.google.com/go/longrunning dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
147 lines
6.7 KiB
Modula-2
147 lines
6.7 KiB
Modula-2
module github.com/smallstep/certificates
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
cloud.google.com/go/longrunning v0.5.3
|
|
cloud.google.com/go/security v1.15.2
|
|
github.com/Masterminds/sprig/v3 v3.2.3
|
|
github.com/dgraph-io/badger v1.6.2
|
|
github.com/dgraph-io/badger/v2 v2.2007.4
|
|
github.com/fxamacker/cbor/v2 v2.5.0
|
|
github.com/go-chi/chi/v5 v5.0.10
|
|
github.com/golang/mock v1.6.0
|
|
github.com/google/go-cmp v0.6.0
|
|
github.com/google/go-tpm v0.9.0
|
|
github.com/google/uuid v1.3.1
|
|
github.com/googleapis/gax-go/v2 v2.12.0
|
|
github.com/hashicorp/vault/api v1.10.0
|
|
github.com/hashicorp/vault/api/auth/approle v0.5.0
|
|
github.com/hashicorp/vault/api/auth/kubernetes v0.5.0
|
|
github.com/newrelic/go-agent/v3 v3.27.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rs/xid v1.5.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/slackhq/nebula v1.6.1
|
|
github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262
|
|
github.com/smallstep/go-attestation v0.4.4-0.20230627102604-cf579e53cbd2
|
|
github.com/smallstep/nosql v0.6.0
|
|
github.com/smallstep/pkcs7 v0.0.0-20231024181729-3b98ecc1ca81
|
|
github.com/smallstep/scep v0.0.0-20231024192529-aee96d7ad34d
|
|
github.com/stretchr/testify v1.8.4
|
|
github.com/urfave/cli v1.22.14
|
|
go.step.sm/cli-utils v0.8.0
|
|
go.step.sm/crypto v0.36.1
|
|
go.step.sm/linkedca v0.20.1
|
|
golang.org/x/crypto v0.14.0
|
|
golang.org/x/exp v0.0.0-20230310171629-522b1b587ee0
|
|
golang.org/x/net v0.17.0
|
|
google.golang.org/api v0.148.0
|
|
google.golang.org/grpc v1.59.0
|
|
google.golang.org/protobuf v1.31.0
|
|
gopkg.in/square/go-jose.v2 v2.6.0
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go v0.110.8 // indirect
|
|
cloud.google.com/go/compute v1.23.0 // indirect
|
|
cloud.google.com/go/compute/metadata v0.2.3 // indirect
|
|
cloud.google.com/go/iam v1.1.2 // indirect
|
|
cloud.google.com/go/kms v1.15.3 // indirect
|
|
filippo.io/edwards25519 v1.0.0 // indirect
|
|
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.8.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.1 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys v0.10.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.1 // indirect
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v1.1.1 // indirect
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
github.com/Masterminds/semver/v3 v3.2.0 // indirect
|
|
github.com/ThalesIgnite/crypto11 v1.2.5 // indirect
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
|
github.com/aws/aws-sdk-go v1.45.26 // indirect
|
|
github.com/cenkalti/backoff/v3 v3.0.0 // indirect
|
|
github.com/cespare/xxhash v1.1.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/chzyer/readline v1.5.1 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgraph-io/ristretto v0.1.0 // indirect
|
|
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
|
|
github.com/go-kit/kit v0.13.0 // indirect
|
|
github.com/go-kit/log v0.2.1 // indirect
|
|
github.com/go-logfmt/logfmt v0.6.0 // indirect
|
|
github.com/go-piv/piv-go v1.11.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.7.1 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.0.0 // indirect
|
|
github.com/golang/glog v1.1.2 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/btree v1.1.2 // indirect
|
|
github.com/google/certificate-transparency-go v1.1.6 // indirect
|
|
github.com/google/go-tpm-tools v0.4.1 // indirect
|
|
github.com/google/go-tspi v0.3.0 // indirect
|
|
github.com/google/s2a-go v0.1.7 // indirect
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.1 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
|
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 // indirect
|
|
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
|
|
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/huandu/xstrings v1.3.3 // indirect
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
github.com/jackc/pgconn v1.14.0 // indirect
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgproto3/v2 v2.3.2 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/pgtype v1.14.0 // indirect
|
|
github.com/jackc/pgx/v4 v4.18.0 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/klauspost/compress v1.16.3 // indirect
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
github.com/manifoldco/promptui v0.9.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
|
github.com/miekg/pkcs11 v1.1.1 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/peterbourgon/diskv/v3 v3.0.1 // indirect
|
|
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/ryanuber/go-glob v1.0.0 // indirect
|
|
github.com/schollz/jsonstore v1.1.0 // indirect
|
|
github.com/shopspring/decimal v1.2.0 // indirect
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
github.com/spf13/cast v1.4.1 // indirect
|
|
github.com/thales-e-security/pool v0.0.2 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.49.0 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
go.etcd.io/bbolt v1.3.7 // indirect
|
|
go.opencensus.io v0.24.0 // indirect
|
|
golang.org/x/oauth2 v0.13.0 // indirect
|
|
golang.org/x/sync v0.4.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
golang.org/x/time v0.3.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20231002182017-d307bd883b97 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20231002182017-d307bd883b97 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|