forked from Fantom-foundation/Artion-API-GraphQL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
51 lines (49 loc) · 2.28 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
module artion-api-graphql
go 1.16
require (
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/VictoriaMetrics/fastcache v1.7.0 // indirect
github.com/allegro/bigcache v1.2.1
github.com/aws/aws-sdk-go v1.41.6 // indirect
github.com/btcsuite/btcd v0.22.0-beta // indirect
github.com/cespare/cp v1.1.1 // indirect
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/disintegration/imaging v1.6.2
github.com/ethereum/go-ethereum v1.10.8
github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/google/uuid v1.3.0 // indirect
github.com/graph-gophers/graphql-go v1.2.0
github.com/graph-gophers/graphql-transport-ws v0.0.1
github.com/ipfs/go-ipfs-api v0.2.0
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mitchellh/mapstructure v1.4.2
github.com/onsi/gomega v1.14.0
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/prometheus/tsdb v0.10.0 // indirect
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/rs/cors v1.8.0
github.com/sendgrid/rest v2.6.5+incompatible // indirect
github.com/sendgrid/sendgrid-go v3.10.3+incompatible
github.com/shirou/gopsutil v3.21.8+incompatible // indirect
github.com/spf13/viper v1.9.0
github.com/status-im/keycard-go v0.0.0-20210911161356-c8058144cee8
github.com/tklauser/go-sysconf v0.3.9 // indirect
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
github.com/u2takey/ffmpeg-go v0.3.0
github.com/u2takey/go-utils v0.0.0-20210821132353-e90f7c6bacb5 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
go.mongodb.org/mongo-driver v1.7.2
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210925032602-92d5a993a665 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)