small pixel drawing of a pufferfish neoarkbot

go.mod

module git.j3s.sh/neoarkbot

go 1.17

require (
	github.com/kkdai/youtube/v2 v2.7.18
	layeh.com/gumble v0.0.0-20221205141517-d1df60a3cc14
)

require (
	github.com/bitly/go-simplejson v0.5.0 // indirect
	github.com/dlclark/regexp2 v1.8.1 // indirect
	github.com/dop251/goja v0.0.0-20230304130813-e2f543bf4b4c // indirect
	github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
	github.com/golang/protobuf v1.5.3 // indirect
	github.com/google/pprof v0.0.0-20230323073829-e72429f035bd // indirect
	golang.org/x/net v0.2.0 // indirect
	golang.org/x/text v0.8.0 // indirect
	google.golang.org/protobuf v1.30.0 // indirect
	layeh.com/gopus v0.0.0-20210501142526-1ee02d434e32 // indirect
)