2019-08-10 16:35:25 +00:00
|
|
|
module github.com/volution/kawipiko
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Pallinder/go-randomdata v1.2.0 // indirect
|
|
|
|
github.com/colinmarc/cdb v0.0.0-00000000000000-000000000000
|
2019-08-12 10:09:27 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2019-08-10 16:35:25 +00:00
|
|
|
github.com/google/brotli v1.0.7
|
|
|
|
github.com/klauspost/compress v1.4.1 // indirect
|
|
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
2019-08-12 10:09:27 +00:00
|
|
|
github.com/valyala/fasthttp v0.0.0-00000000000000-000000000000
|
2019-08-10 16:35:25 +00:00
|
|
|
golang.org/x/text v0.3.2 // indirect
|
|
|
|
)
|
|
|
|
|
|
|
|
replace github.com/colinmarc/cdb => github.com/cipriancraciun/go-cdb-lib v0.0.0-20190809203657-d959ce9cc674
|
2019-08-12 10:09:27 +00:00
|
|
|
|
2019-08-12 19:16:05 +00:00
|
|
|
replace github.com/valyala/fasthttp => github.com/cipriancraciun/go-fasthttp v0.0.0-20190812185442-4ac031052252
|