-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 752 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/CNSC2Events/calendar
go 1.13
require (
cloud.google.com/go v0.46.3 // indirect
github.com/PuerkitoBio/goquery v1.5.0
github.com/mmcdole/gofeed v1.0.0-beta2
github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect
github.com/rs/zerolog v1.15.0
github.com/stretchr/testify v1.8.1 // indirect
go.etcd.io/bbolt v1.3.3
go.opencensus.io v0.22.1 // indirect
golang.org/x/net v0.0.0-20190921015927-1a5e07d1ff72 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sys v0.1.0 // indirect
google.golang.org/api v0.10.0
google.golang.org/appengine v1.6.3 // indirect
google.golang.org/genproto v0.0.0-20190916214212-f660b8655731 // indirect
google.golang.org/grpc v1.23.1 // indirect
)