gogmagog/go.mod
Deepak 2bda056ca7
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
Adds route to retrieve all plans and tests thereof, and json tags for model
2020-12-31 11:20:00 -06:00

14 lines
326 B
Modula-2

module gitea.deepak.science/deepak/gogmagog
go 1.15
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/go-chi/chi v4.1.2+incompatible
github.com/golang-migrate/migrate/v4 v4.14.1
github.com/jackc/pgx/v4 v4.10.1
github.com/jmoiron/sqlx v1.2.0
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.5.1
)