mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.1.0 to 1.11.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.1.0...v1.11.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
50 lines
2.3 KiB
Modula-2
50 lines
2.3 KiB
Modula-2
module asset-transfer-basic
|
|
|
|
go 1.18
|
|
|
|
require github.com/hyperledger/fabric-sdk-go v1.0.0
|
|
|
|
require (
|
|
github.com/Knetic/govaluate v3.0.0+incompatible // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
github.com/cloudflare/cfssl v1.4.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.7 // indirect
|
|
github.com/go-kit/kit v0.9.0 // indirect
|
|
github.com/go-logfmt/logfmt v0.5.0 // indirect
|
|
github.com/golang/mock v1.4.3 // indirect
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
github.com/google/certificate-transparency-go v1.0.21 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/hyperledger/fabric-config v0.0.5 // indirect
|
|
github.com/hyperledger/fabric-lib-go v1.0.0 // indirect
|
|
github.com/hyperledger/fabric-protos-go v0.0.0-20200707132912-fee30f3ccd23 // indirect
|
|
github.com/magiconair/properties v1.8.1 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/mitchellh/mapstructure v1.3.2 // indirect
|
|
github.com/pelletier/go-toml v1.8.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_golang v1.11.1 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/common v0.26.0 // indirect
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
|
github.com/spf13/afero v1.3.1 // indirect
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/spf13/viper v1.1.1 // indirect
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
|
github.com/weppos/publicsuffix-go v0.5.0 // indirect
|
|
github.com/zmap/zcrypto v0.0.0-20190729165852-9051775e6a2e // indirect
|
|
github.com/zmap/zlint v0.0.0-20190806154020-fd021b4cfbeb // indirect
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
|
|
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
|
|
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect
|
|
google.golang.org/grpc v1.29.1 // indirect
|
|
google.golang.org/protobuf v1.26.0-rc.1 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|