-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
27 lines (25 loc) · 939 Bytes
/
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
module github.com/sylabs/fuzzball-service
go 1.13
require (
github.com/blang/semver v3.5.1+incompatible
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/friendsofgo/graphiql v0.2.2
github.com/go-git/go-git/v5 v5.0.0
github.com/go-redis/redis v6.15.7+incompatible
github.com/graph-gophers/graphql-go v0.0.0-20191115155744-f33e81362277
github.com/magefile/mage v1.9.0
github.com/nats-io/nats-server/v2 v2.1.4 // indirect
github.com/nats-io/nats.go v1.9.2
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/prometheus/client_golang v1.5.1
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.5.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.2
github.com/sylabs/scs-library-client v0.5.1
github.com/tidwall/pretty v1.0.1 // indirect
github.com/xdg/stringprep v1.0.0 // indirect
go.mongodb.org/mongo-driver v1.3.1
gopkg.in/square/go-jose.v2 v2.4.1
)