Remove go.mod support for now, because it requires breaking changes.

This commit is contained in:
go-jet 2020-06-03 08:36:03 +02:00
parent b2c96f4419
commit fdeef56d53
2 changed files with 0 additions and 70 deletions

10
go.mod
View file

@ -1,10 +0,0 @@
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
)