module github.com/derv-dice/st go 1.15 require ( github.com/cockroachdb/apd v1.1.0 // indirect github.com/gofrs/uuid v3.3.0+incompatible // indirect github.com/google/uuid v1.1.2 // indirect github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect github.com/jackc/pgx v3.6.2+incompatible github.com/lib/pq v1.8.0 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/shopspring/decimal v1.2.0 // indirect golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392 // indirect golang.org/x/text v0.3.4 // indirect )