1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- module syncscan-go
- go 1.19
- require (
- github.com/dabory/abango-rest v0.0.0-20230314114831-dfa6bf479081
- github.com/ethereum/go-ethereum v1.11.5
- github.com/go-sql-driver/mysql v1.4.1
- github.com/go-xorm/xorm v0.7.9
- github.com/google/uuid v1.3.0
- github.com/labstack/echo v3.3.10+incompatible
- github.com/labstack/echo/v4 v4.10.2
- github.com/microcosm-cc/bluemonday v1.0.23
- github.com/pkg/errors v0.9.1
- github.com/tidwall/buntdb v1.2.10
- github.com/ybbus/jsonrpc/v2 v2.1.7
- golang.org/x/crypto v0.6.0
- gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5
- )
- require (
- github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
- github.com/aymerick/douceur v0.2.0 // indirect
- github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
- github.com/deckarep/golang-set/v2 v2.1.0 // indirect
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
- github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
- github.com/fsnotify/fsnotify v1.6.0 // indirect
- github.com/go-ole/go-ole v1.2.1 // indirect
- github.com/go-stack/stack v1.8.1 // indirect
- github.com/gorilla/css v1.0.0 // indirect
- github.com/gorilla/websocket v1.4.2 // indirect
- github.com/holiman/uint256 v1.2.0 // indirect
- github.com/labstack/gommon v0.4.0 // indirect
- github.com/mattn/go-colorable v0.1.13 // indirect
- github.com/mattn/go-isatty v0.0.17 // indirect
- github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
- github.com/tidwall/btree v1.4.2 // indirect
- github.com/tidwall/gjson v1.14.3 // indirect
- github.com/tidwall/grect v0.1.4 // indirect
- github.com/tidwall/match v1.1.1 // indirect
- github.com/tidwall/pretty v1.2.0 // indirect
- github.com/tidwall/rtred v0.1.2 // indirect
- github.com/tidwall/tinyqueue v0.1.1 // indirect
- github.com/tklauser/go-sysconf v0.3.5 // indirect
- github.com/tklauser/numcpus v0.2.2 // indirect
- github.com/valyala/bytebufferpool v1.0.0 // indirect
- github.com/valyala/fasttemplate v1.2.2 // indirect
- golang.org/x/net v0.8.0 // indirect
- golang.org/x/sys v0.6.0 // indirect
- golang.org/x/text v0.8.0 // indirect
- google.golang.org/appengine v1.6.0 // indirect
- gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
- xorm.io/builder v0.3.6 // indirect
- xorm.io/core v0.7.2-0.20190928055935-90aeac8d08eb // indirect
- )
|