mirror of
https://github.com/VinGarcia/ksql.git
synced 2025-05-01 21:19:40 +00:00
11 lines
245 B
Modula-2
11 lines
245 B
Modula-2
module github.com/vingarcia/ksql
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/kr/pretty v0.2.1 // indirect
|
|
github.com/stretchr/testify v1.7.0
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|