~kris/9p

glenda

glenda/go.mod -rw-r--r-- 307 bytes
48661367 — Kris Yotam chore: sync local state after restore (push updates, no pull) a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
module github.com/henesy/glenda

go 1.15

require (
	github.com/SlyMarbo/rss v1.0.3
	github.com/bwmarrin/discordgo v0.25.0
	github.com/gorilla/websocket v1.5.0 // indirect
	golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898 // indirect
	golang.org/x/sys v0.0.0-20220519141025-dcacdad47464 // indirect
)