mirror of https://github.com/VinGarcia/ksql.git
Fix go.mod on examples module
parent
34d0fc0236
commit
60835ac429
|
@ -13,7 +13,7 @@ replace (
|
||||||
require (
|
require (
|
||||||
github.com/ditointernet/go-assert v0.0.0-20200120164340-9e13125a7018
|
github.com/ditointernet/go-assert v0.0.0-20200120164340-9e13125a7018
|
||||||
github.com/golang/mock v1.6.0
|
github.com/golang/mock v1.6.0
|
||||||
github.com/vingarcia/ksql v0.0.0-00010101000000-000000000000
|
github.com/vingarcia/ksql v1.4.2
|
||||||
github.com/vingarcia/ksql/adapters/kmysql v0.0.0-00010101000000-000000000000
|
github.com/vingarcia/ksql/adapters/kmysql v0.0.0-00010101000000-000000000000
|
||||||
github.com/vingarcia/ksql/adapters/kpgx v0.0.0-00010101000000-000000000000
|
github.com/vingarcia/ksql/adapters/kpgx v0.0.0-00010101000000-000000000000
|
||||||
github.com/vingarcia/ksql/adapters/ksqlite3 v0.0.0-00010101000000-000000000000
|
github.com/vingarcia/ksql/adapters/ksqlite3 v0.0.0-00010101000000-000000000000
|
||||||
|
|
Loading…
Reference in New Issue