This repository has been archived by the owner on Apr 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
40 lines (38 loc) · 1.71 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
30
31
32
33
34
35
36
37
38
39
40
module github.com/phogolabs/stride
go 1.13
require (
cloud.google.com/go v0.49.0 // indirect
cloud.google.com/go/storage v1.4.0 // indirect
github.com/aws/aws-sdk-go v1.26.0 // indirect
github.com/dave/dst v0.23.1
github.com/fatih/color v1.9.0
github.com/fatih/structtag v1.2.0
github.com/getkin/kin-openapi v0.8.0
github.com/go-chi/chi v4.1.1+incompatible
github.com/go-openapi/inflect v0.19.0
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
github.com/hashicorp/go-getter v1.4.1
github.com/hashicorp/go-version v1.2.0 // indirect
github.com/jstemmer/go-junit-report v0.9.1 // indirect
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/onsi/ginkgo v1.12.0
github.com/onsi/gomega v1.9.0
github.com/phogolabs/cli v0.0.0-20191127174228-63a80da88234
github.com/phogolabs/flaw v0.0.0-20191127174302-4f33634378f0
github.com/phogolabs/log v0.0.0-20191127172145-f737d8658073
github.com/phogolabs/parcello v0.8.2
github.com/ulikunitz/xz v0.5.6 // indirect
go.opencensus.io v0.22.2 // indirect
golang.org/x/exp v0.0.0-20191129062945-2f5052295587 // indirect
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6 // indirect
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449 // indirect
golang.org/x/tools v0.0.0-20191211190555-37853707689e
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/genproto v0.0.0-20191206224255-0243a4be9c8f // indirect
google.golang.org/grpc v1.25.1 // indirect
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
)