module github.com/dipdup-net/go-lib go 1.15 require ( github.com/gorilla/websocket v1.4.2 github.com/iancoleman/strcase v0.1.3 github.com/json-iterator/go v1.1.10 github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.4.2 github.com/stretchr/testify v1.5.1 golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect gopkg.in/yaml.v2 v2.4.0 gorm.io/driver/mysql v1.0.5 gorm.io/driver/postgres v1.0.8 gorm.io/driver/sqlite v1.1.4 gorm.io/gorm v1.21.8 )