Add go mod support.

This commit is contained in:
go-jet 2020-05-31 12:27:11 +02:00
parent 07251841aa
commit aefa4a2ff6
3 changed files with 71 additions and 0 deletions

10
go.mod Normal file
View file

@ -0,0 +1,10 @@
module github.com/go-jet/jet
require (
github.com/go-sql-driver/mysql v1.5.0
github.com/google/go-cmp v0.4.1
github.com/google/uuid v1.1.1
github.com/lib/pq v1.6.0
github.com/pkg/profile v1.5.0
github.com/stretchr/testify v1.6.0
)