-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 865 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/MakeGolangGreat/MastodonArchiveBot
go 1.14
require (
github.com/MakeGolangGreat/archive-go v1.0.3
github.com/MakeGolangGreat/mastodon-go v1.0.0
github.com/MakeGolangGreat/telegraph-go v1.1.0
github.com/PuerkitoBio/goquery v1.5.1
github.com/andybalholm/cascadia v1.2.0 // indirect
github.com/ansel1/merry v1.5.1 // indirect
github.com/antchfx/xmlquery v1.3.1 // indirect
github.com/fatih/color v1.9.0
github.com/golang/protobuf v1.4.2 // indirect
github.com/gorilla/websocket v1.4.2
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
golang.org/x/sys v0.0.0-20200909081042-eff7692f9009 // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/protobuf v1.25.0 // indirect
)
// replace github.com/MakeGolangGreat/mastodon-go => ../mastodon-go
// replace github.com/MakeGolangGreat/archive-go => ../archive-go