-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (18 loc) · 801 Bytes
/
go.mod
File metadata and controls
19 lines (18 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/dolab/gogo
require (
github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23 // indirect
github.com/dolab/colorize v0.0.0-20180106055552-10753a0b4d68 // indirect
github.com/dolab/httpdispatch v0.0.0-20181226112803-e1ca81cd1d36
github.com/dolab/httptesting v0.0.0-20181015062713-fea093b8a92e
github.com/dolab/logger v0.0.0-20181130034249-dcb994406102
github.com/gogo/protobuf v1.2.1
github.com/golang/protobuf v1.3.0
github.com/golib/assert v0.0.0-20170825111607-0306abba9bd3
github.com/golib/cli v1.3.1
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
golang.org/x/text v0.3.0 // indirect
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c
golang.org/x/tools v0.0.0-20180221164845-07fd8470d635
gopkg.in/yaml.v2 v2.2.2
)