Remove unnecessary Vault dependencies from vendor
The service doesn't use Vault client anymore as now it asks the signer service for proofs. Also golib is updated to the latest version.
parent
15184f73
No related branches found
No related tags found
Showing
- go.mod 2 additions, 2 deletionsgo.mod
- go.sum 2 additions, 0 deletionsgo.sum
- internal/clients/vault/client.go 0 additions, 70 deletionsinternal/clients/vault/client.go
- vendor/code.vereign.com/gaiax/tsa/golib/errors/errors.go 0 additions, 0 deletionsvendor/code.vereign.com/gaiax/tsa/golib/errors/errors.go
- vendor/github.com/armon/go-metrics/.gitignore 0 additions, 0 deletionsvendor/github.com/armon/go-metrics/.gitignore
- vendor/github.com/armon/go-metrics/.travis.yml 0 additions, 0 deletionsvendor/github.com/armon/go-metrics/.travis.yml
- vendor/github.com/armon/go-metrics/LICENSE 0 additions, 0 deletionsvendor/github.com/armon/go-metrics/LICENSE
- vendor/github.com/armon/go-metrics/README.md 0 additions, 0 deletionsvendor/github.com/armon/go-metrics/README.md
- vendor/github.com/armon/go-metrics/const_unix.go 0 additions, 0 deletionsvendor/github.com/armon/go-metrics/const_unix.go
- vendor/github.com/armon/go-metrics/const_windows.go 0 additions, 0 deletionsvendor/github.com/armon/go-metrics/const_windows.go
- vendor/github.com/armon/go-metrics/inmem.go 0 additions, 0 deletionsvendor/github.com/armon/go-metrics/inmem.go
- vendor/github.com/armon/go-metrics/inmem_endpoint.go 0 additions, 0 deletionsvendor/github.com/armon/go-metrics/inmem_endpoint.go
- vendor/github.com/armon/go-metrics/inmem_signal.go 0 additions, 0 deletionsvendor/github.com/armon/go-metrics/inmem_signal.go
- vendor/github.com/armon/go-metrics/metrics.go 0 additions, 0 deletionsvendor/github.com/armon/go-metrics/metrics.go
- vendor/github.com/armon/go-metrics/sink.go 0 additions, 0 deletionsvendor/github.com/armon/go-metrics/sink.go
- vendor/github.com/armon/go-metrics/start.go 0 additions, 0 deletionsvendor/github.com/armon/go-metrics/start.go
- vendor/github.com/armon/go-metrics/statsd.go 0 additions, 0 deletionsvendor/github.com/armon/go-metrics/statsd.go
- vendor/github.com/armon/go-metrics/statsite.go 0 additions, 0 deletionsvendor/github.com/armon/go-metrics/statsite.go
- vendor/github.com/armon/go-radix/.gitignore 0 additions, 0 deletionsvendor/github.com/armon/go-radix/.gitignore
- vendor/github.com/armon/go-radix/.travis.yml 0 additions, 0 deletionsvendor/github.com/armon/go-radix/.travis.yml
... | ... | @@ -3,8 +3,7 @@ module code.vereign.com/gaiax/tsa/infohub |
go 1.17 | ||
require ( | ||
code.vereign.com/gaiax/tsa/golib v0.0.0-20220603082703-12e9e3c06615 | ||
github.com/hashicorp/vault/api v1.6.0 | ||
code.vereign.com/gaiax/tsa/golib v0.0.0-20220615064316-ca49265d8b0e | ||
github.com/hyperledger/aries-framework-go v0.1.8 | ||
github.com/kelseyhightower/envconfig v1.4.0 | ||
github.com/piprate/json-gold v0.4.1 | ||
... | ... | @@ -49,6 +48,7 @@ require ( |
github.com/hashicorp/go-version v1.2.0 // indirect | ||
github.com/hashicorp/golang-lru v0.5.4 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/hashicorp/vault/api v1.6.0 // indirect | ||
github.com/hashicorp/vault/sdk v0.5.0 // indirect | ||
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect | ||
github.com/hyperledger/aries-framework-go/spi v0.0.0-20220322085443-50e8f9bd208b // indirect | ||
... | ... |
internal/clients/vault/client.go
deleted
100644 → 0
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Please register or sign in to comment