This repository has been archived by the owner on Mar 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (28 loc) · 1.39 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/hwsc-org/hwsc-document-svc
require (
github.com/cenkalti/backoff v2.1.1+incompatible // indirect
github.com/containerd/continuity v0.0.0-20181203112020-004b46473808 // indirect
github.com/gogo/protobuf v1.2.1 // indirect
github.com/golang-migrate/migrate/v4 v4.2.4
github.com/golang/snappy v0.0.1 // indirect
github.com/google/uuid v1.1.0
github.com/gorilla/mux v1.7.0 // indirect
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
github.com/hwsc-org/hwsc-api-blocks v0.0.0-20190428061704-723966bc3d3c
github.com/hwsc-org/hwsc-lib v0.0.0-20190310104150-51f502b2e5cc
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348
github.com/micro/go-config v0.14.0
github.com/opencontainers/runc v0.1.1 // indirect
github.com/ory/dockertest v3.3.4+incompatible
github.com/segmentio/ksuid v1.0.2
github.com/stretchr/testify v1.3.0
go.mongodb.org/mongo-driver v1.0.0
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect
golang.org/x/net v0.0.0-20190310074541-c10a0554eabf
golang.org/x/sys v0.0.0-20190310054646-10058d7d4faa // indirect
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19 // indirect
google.golang.org/grpc v1.19.1
)