module github.com/airbloc/airbloc-go go 1.14 replace github.com/klaytn/klaytn v1.4.2 => github.com/airbloc/klaytn v1.1.1-0.20200605045046-86eb6e0e4869 require ( github.com/airbloc/airframe v0.0.0-20190822094319-71d50205227c github.com/airbloc/logger v1.4.5 github.com/allegro/bigcache v1.2.1 // indirect github.com/aristanetworks/goarista v0.0.0-20200602234848-db8a79a18e4a // indirect github.com/dgraph-io/badger v1.6.0 github.com/edsrzf/mmap-go v1.0.0 // indirect github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 // indirect github.com/gin-gonic/gin v1.3.0 github.com/gopherjs/gopherjs v0.0.0-20190915194858-d3ddacdb130f // indirect github.com/jackpal/go-nat-pmp v1.0.2 // indirect github.com/json-iterator/go v1.1.9 github.com/klaytn/klaytn v1.4.2 github.com/libp2p/go-libp2p-crypto v0.0.1 github.com/maruel/panicparse v1.5.0 // indirect github.com/mitchellh/mapstructure v1.1.2 github.com/pborman/uuid v1.2.0 // indirect github.com/perlin-network/noise v0.0.0-20190219190757-3c13535b725d github.com/pkg/errors v0.9.1 github.com/rjeczalik/notify v0.9.2 // indirect github.com/rs/cors v1.7.0 // indirect github.com/rs/zerolog v1.17.2 github.com/satori/go.uuid v1.2.0 github.com/smartystreets/assertions v1.0.1 // indirect github.com/smartystreets/goconvey v1.6.4 github.com/stretchr/testify v1.5.1 github.com/syndtr/goleveldb v1.0.1-0.20190318030020-c3a204f8e965 github.com/tidwall/pretty v0.0.0-20180105212114-65a9db5fad51 // indirect github.com/valyala/fasthttp v1.14.0 // indirect go.mongodb.org/mongo-driver v1.0.0 golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d gopkg.in/yaml.v2 v2.3.0 // indirect )