This repository has been archived by the owner on Aug 4, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
34 lines (32 loc) · 1.56 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
module github.com/ender-gr/xomologisou-forms
go 1.13
require (
cloud.google.com/go v0.79.0
firebase.google.com/go v3.6.0+incompatible
git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999 // indirect
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
github.com/ender-gr/xomologisou-common v0.0.0-20201104221126-15dc5364f02a
github.com/ghodss/yaml v1.0.0 // indirect
github.com/gin-contrib/sse v0.0.0-20190125020943-a7658810eb74 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/go-pg/pg v8.0.6+incompatible
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.5.0 // indirect
github.com/json-iterator/go v1.1.5 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/matttproud/golang_protobuf_extensions 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/onsi/ginkgo v1.7.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/openzipkin/zipkin-go v0.1.1 // indirect
github.com/prometheus/client_golang v0.8.0 // indirect
github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e // indirect
github.com/prometheus/procfs v0.0.0-20180725123919-05ee40e3a273 // indirect
github.com/ugorji/go/codec v0.0.0-20190204201341-e444a5086c43 // indirect
github.com/valyala/fasthttp v1.2.0
google.golang.org/api v0.41.0
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/yaml.v2 v2.2.2
)