-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
136 lines (133 loc) · 7.83 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
module github.com/screwyprof/payment
go 1.19
require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
github.com/gin-gonic/gin v1.3.0
github.com/google/uuid v1.1.0
github.com/rhymond/go-money v0.3.7
github.com/stretchr/testify v1.3.0
github.com/swaggo/gin-swagger v1.0.0
github.com/swaggo/swag v1.4.0
)
require (
cloud.google.com/go v0.36.0 // indirect
dmitri.shuralyov.com/app/changes v0.0.0-20180602232624-0a106ad413e3 // indirect
dmitri.shuralyov.com/html/belt v0.0.0-20180602232347-f7d459c86be0 // indirect
dmitri.shuralyov.com/service/change v0.0.0-20181023043359-a85b471d5412 // indirect
dmitri.shuralyov.com/state v0.0.0-20180228185332-28bcc343414c // indirect
git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999 // indirect
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/PuerkitoBio/purell v1.1.0 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625 // indirect
github.com/client9/misspell v0.3.4 // indirect
github.com/coreos/go-systemd v0.0.0-20181012123002-c6f51f82210d // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/gin-contrib/sse v0.0.0-20190125020943-a7658810eb74 // indirect
github.com/gliderlabs/ssh v0.1.1 // indirect
github.com/go-openapi/jsonpointer v0.17.0 // indirect
github.com/go-openapi/jsonreference v0.18.0 // indirect
github.com/go-openapi/spec v0.18.0 // indirect
github.com/go-openapi/swag v0.17.0 // indirect
github.com/gogo/protobuf v1.1.1 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect
github.com/golang/mock v1.2.0 // indirect
github.com/golang/protobuf v1.2.0 // indirect
github.com/gomodule/redigo v2.0.0+incompatible // indirect
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c // indirect
github.com/google/go-cmp v0.2.0 // indirect
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/google/martian v2.1.0+incompatible // indirect
github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57 // indirect
github.com/googleapis/gax-go v2.0.0+incompatible // indirect
github.com/googleapis/gax-go/v2 v2.0.3 // indirect
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.5.0 // indirect
github.com/jellevandenhooff/dkim v0.0.0-20150330215556-f50fe3d243e1 // indirect
github.com/json-iterator/go v1.1.5 // indirect
github.com/kisielk/gotool v1.0.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/kr/pty v1.1.3 // indirect
github.com/kr/text v0.1.0 // indirect
github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/microcosm-cc/bluemonday v1.0.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86 // indirect
github.com/neelance/sourcemap v0.0.0-20151028013722-8c68805598ab // indirect
github.com/openzipkin/zipkin-go v0.1.1 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v0.8.0 // indirect
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect
github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e // indirect
github.com/prometheus/procfs v0.0.0-20180725123919-05ee40e3a273 // indirect
github.com/russross/blackfriday v1.5.2 // indirect
github.com/sergi/go-diff v1.0.0 // indirect
github.com/shurcooL/component v0.0.0-20170202220835-f88ec8f54cc4 // indirect
github.com/shurcooL/events v0.0.0-20181021180414-410e4ca65f48 // indirect
github.com/shurcooL/github_flavored_markdown v0.0.0-20181002035957-2122de532470 // indirect
github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e // indirect
github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041 // indirect
github.com/shurcooL/gofontwoff v0.0.0-20180329035133-29b52fc0a18d // indirect
github.com/shurcooL/gopherjslib v0.0.0-20160914041154-feb6d3990c2c // indirect
github.com/shurcooL/highlight_diff v0.0.0-20170515013008-09bb4053de1b // indirect
github.com/shurcooL/highlight_go v0.0.0-20181028180052-98c3abbbae20 // indirect
github.com/shurcooL/home v0.0.0-20181020052607-80b7ffcb30f9 // indirect
github.com/shurcooL/htmlg v0.0.0-20170918183704-d01228ac9e50 // indirect
github.com/shurcooL/httperror v0.0.0-20170206035902-86b7830d14cc // indirect
github.com/shurcooL/httpfs v0.0.0-20171119174359-809beceb2371 // indirect
github.com/shurcooL/httpgzip v0.0.0-20180522190206-b1c53ac65af9 // indirect
github.com/shurcooL/issues v0.0.0-20181008053335-6292fdc1e191 // indirect
github.com/shurcooL/issuesapp v0.0.0-20180602232740-048589ce2241 // indirect
github.com/shurcooL/notifications v0.0.0-20181007000457-627ab5aea122 // indirect
github.com/shurcooL/octicon v0.0.0-20181028054416-fa4f57f9efb2 // indirect
github.com/shurcooL/reactions v0.0.0-20181006231557-f2e0b4ca5b82 // indirect
github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect
github.com/shurcooL/users v0.0.0-20180125191416-49c67e49c537 // indirect
github.com/shurcooL/webdavfs v0.0.0-20170829043945-18c3829fa133 // indirect
github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d // indirect
github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e // indirect
github.com/stretchr/objx v0.1.0 // indirect
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07 // indirect
github.com/ugorji/go v1.1.2 // indirect
github.com/ugorji/go/codec v0.0.0-20190204201341-e444a5086c43 // indirect
go.opencensus.io v0.18.0 // indirect
go4.org v0.0.0-20180809161055-417644f6feb5 // indirect
golang.org/x/build v0.0.0-20190111050920-041ab4dc3f9d // indirect
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67 // indirect
golang.org/x/exp v0.0.0-20190121172915-509febef88a4 // indirect
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3 // indirect
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd // indirect
golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890 // indirect
golang.org/x/perf v0.0.0-20180704124530-6e6d33e29852 // indirect
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a // indirect
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c // indirect
golang.org/x/tools v0.0.0-20190214204934-8dcb7bc8c7fe // indirect
google.golang.org/api v0.1.0 // indirect
google.golang.org/appengine v1.4.0 // indirect
google.golang.org/genproto v0.0.0-20190201180003-4b09977fb922 // indirect
google.golang.org/grpc v1.17.0 // indirect
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
grpc.go4.org v0.0.0-20170609214715-11d0a25b4919 // indirect
honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a // indirect
sourcegraph.com/sourcegraph/go-diff v0.5.0 // indirect
sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 // indirect
)