-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
20 lines (18 loc) · 808 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/SysUtils/1c-gateway
go 1.14
require (
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
github.com/essentialkaos/translit v2.0.0+incompatible
github.com/go-errors/errors v1.0.1
github.com/gorilla/websocket v1.4.0 // indirect
github.com/graph-gophers/graphql-go v0.0.0-20190513003547-158e7b876106
github.com/graph-gophers/graphql-transport-ws v0.0.0-20181129022607-40b8cf7c0060
github.com/kr/pretty v0.1.0 // indirect
github.com/opentracing/opentracing-go v1.1.0
github.com/pkg/errors v0.8.1 // indirect
github.com/prometheus/client_golang v0.9.4
github.com/uber-go/atomic v1.4.0 // indirect
github.com/uber/jaeger-client-go v2.16.0+incompatible
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
go.uber.org/atomic v1.4.0 // indirect
)