20 lines
697 B
Modula-2
20 lines
697 B
Modula-2
module workshop
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/474420502/hunter v0.1.1
|
|
github.com/davecgh/go-spew v1.1.1
|
|
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
|
|
github.com/qedus/osmpbf v1.1.0
|
|
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
|
|
google.golang.org/protobuf v1.22.0
|
|
)
|