module github.com/tribalwarshelp/shared go 1.17 require ( github.com/Kichiyaki/go-php-serialize v0.0.0-20200601110855-47b6982acf83 github.com/Kichiyaki/gopgutil/v10 v10.0.0-20210822140115-69ad4084d89f github.com/go-pg/pg/v10 v10.10.6 github.com/pkg/errors v0.9.1 github.com/stretchr/testify v1.7.0 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect ) require ( github.com/Kichiyaki/goutil v0.1.0 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/go-pg/zerochecker v0.2.0 // indirect github.com/jinzhu/inflection v1.0.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect github.com/vmihailenco/bufpool v0.1.11 // indirect github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect github.com/vmihailenco/tagparser v0.1.2 // indirect github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect golang.org/x/sys v0.0.0-20210923061019-b8560ed6a9b7 // indirect mellium.im/sasl v0.2.1 // indirect )