Add go mod support.
This commit is contained in:
parent
07251841aa
commit
aefa4a2ff6
3 changed files with 71 additions and 0 deletions
10
go.mod
Normal file
10
go.mod
Normal 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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue