data_workshop/go.mod

20 lines
697 B
Modula-2
Raw Normal View History

2020-05-13 06:57:57 +00:00
module workshop
go 1.14
require (
github.com/474420502/hunter v0.1.1
github.com/davecgh/go-spew v1.1.1
2020-05-13 06:57:57 +00:00
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/golang/protobuf v1.4.1
github.com/grpc-ecosystem/grpc-gateway v1.14.5
2020-05-22 07:39:43 +00:00
github.com/qedus/osmpbf v1.1.0
2020-05-13 06:57:57 +00:00
github.com/stretchr/testify v1.5.1 // indirect
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c
google.golang.org/genproto v0.0.0-20200511104702-f5ebc3bea380
google.golang.org/grpc v1.29.1
2020-05-19 10:12:18 +00:00
google.golang.org/protobuf v1.22.0
2020-05-13 06:57:57 +00:00
)