github.com/hellobchain/third_party@v0.0.0-20230331131523-deb0478a2e52/go.mod (about) 1 module github.com/hellobchain/third_party 2 3 go 1.16 4 5 require ( 6 github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible 7 github.com/beorn7/perks v1.0.1 8 github.com/go-logfmt/logfmt v0.5.1 9 github.com/go-playground/validator/v10 v10.10.0 10 github.com/golang/protobuf v1.5.2 11 github.com/google/certificate-transparency-go v1.1.3 12 github.com/hellobchain/newcryptosm v0.0.0-20221019060107-edb949a317e9 13 github.com/hellobchain/wswlog v0.0.0-20221019060629-971ee56a4abf 14 github.com/hyperledger/fabric-protos-go v0.0.0-20220816110612-c96c610ca7b4 15 github.com/jmhodges/clock v1.2.0 16 github.com/jmoiron/sqlx v1.3.5 17 github.com/json-iterator/go v1.1.12 18 github.com/kisielk/sqlstruct v0.0.0-20210630145711-dae28ed37023 19 github.com/mattn/go-isatty v0.0.14 20 github.com/matttproud/golang_protobuf_extensions v1.0.1 21 github.com/miekg/pkcs11 v1.1.1 22 github.com/onsi/gomega v1.20.2 23 github.com/pkg/errors v0.9.1 24 github.com/prometheus/client_model v0.2.0 25 github.com/spf13/viper v1.8.1 26 github.com/stretchr/testify v1.8.0 27 github.com/swaggo/swag v1.8.1 28 github.com/ugorji/go/codec v1.2.7 29 go.uber.org/zap v1.22.0 30 golang.org/x/crypto v0.0.0-20220817201139-bc19a97f63c8 31 golang.org/x/net v0.0.0-20220812174116-3211cb980234 32 golang.org/x/tools v0.1.12 33 google.golang.org/appengine v1.6.7 34 gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d 35 gopkg.in/yaml.v2 v2.4.0 36 )