data_workshop/go.mod

17 lines
540 B
Modula-2
Raw Permalink Normal View History

2020-05-13 06:57:57 +00:00
module workshop
go 1.14
require (
github.com/474420502/hunter v0.1.1
2020-05-13 06:57:57 +00:00
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
google.golang.org/genproto v0.0.0-20200511104702-f5ebc3bea380
google.golang.org/grpc v1.29.1
2020-06-03 06:27:09 +00:00
gopkg.in/xmlpath.v1 v1.0.0-20140413065638-a146725ea6e7 // indirect
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
launchpad.net/xmlpath v0.0.0-20130614043138-000000000004 // indirect
2020-05-13 06:57:57 +00:00
)