| module github.com/giolekva/pcloud/core/kg | |
| go 1.14 | |
| require ( | |
| github.com/Masterminds/squirrel v1.5.0 | |
| github.com/jmoiron/sqlx v1.3.1 | |
| github.com/kr/pretty v0.1.0 // indirect | |
| github.com/pkg/errors v0.9.1 | |
| github.com/stretchr/testify v1.4.0 // indirect | |
| gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | |
| gopkg.in/yaml.v2 v2.4.0 // indirect | |
| ) |