forked from microscaling/microbadger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 897 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
module github.com/microscaling/microbadger
go 1.14
require (
code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496
github.com/aws/aws-sdk-go v1.29.14
github.com/gorilla/mux v1.7.4
github.com/gorilla/sessions v1.2.0
github.com/jinzhu/gorm v1.9.12
github.com/markbates/goth v1.61.2
github.com/nats-io/nats-server/v2 v2.1.7 // indirect
github.com/nats-io/nats.go v1.10.0
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/rs/cors v1.7.0
github.com/stretchr/testify v1.5.1 // indirect
github.com/urfave/negroni v1.0.0
github.com/wader/gormstore v0.0.0-20190904144442-d36772af4310
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
google.golang.org/protobuf v1.24.0 // indirect
)