-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (19 loc) · 890 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
module ClearSkies
go 1.17
require (
github.com/AllenDang/giu v0.5.6
github.com/grassmudhorses/vader-go v0.0.0-20191126145716-003d5aacdb71
github.com/n0madic/twitter-scraper v0.0.0-20211109100815-68c2a57a3030
)
require (
github.com/AllenDang/go-findfont v0.0.0-20200702051237-9f180485aeb8 // indirect
github.com/AllenDang/imgui-go v1.12.1-0.20210801050644-e183d1c04c13 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 // indirect
github.com/go-gl/gl v0.0.0-20210813123233-e4099ee2221f // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210410170116-ea3d685f79fb // indirect
github.com/go-resty/resty/v2 v2.3.0 // indirect
github.com/sahilm/fuzzy v0.1.0 // indirect
golang.org/x/net v0.0.0-20210908191846-a5e095526f91 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)