-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
38 lines (35 loc) · 1.39 KB
/
go.mod
File metadata and controls
38 lines (35 loc) · 1.39 KB
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
module main
go 1.18
require (
github.com/Depado/bfchroma/v2 v2.0.0
github.com/alecthomas/chroma/v2 v2.2.0
github.com/boltdb/bolt v1.3.1
github.com/go-chi/chi/v5 v5.0.7
github.com/go-chi/cors v1.2.1
github.com/golang-jwt/jwt/v4 v4.4.2
github.com/google/uuid v1.3.0
github.com/microcosm-cc/bluemonday v1.0.20
github.com/russross/blackfriday/v2 v2.1.0
github.com/sendgrid/sendgrid-go v3.12.0+incompatible
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1
google.golang.org/api v0.98.0
)
require (
cloud.google.com/go/compute v1.7.0 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/sendgrid/rest v2.6.9+incompatible // indirect
github.com/stretchr/testify v1.7.1 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/net v0.0.0-20220920203100-d0c6ba3f52d9 // indirect
golang.org/x/sys v0.0.0-20220913175220-63ea55921009 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f // indirect
google.golang.org/grpc v1.47.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)