1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-09-08 11:19:00 +00:00
arikawa/go.mod

16 lines
445 B
Modula-2

module github.com/diamondburned/arikawa
go 1.13
require (
github.com/davecgh/go-spew v1.1.1
github.com/gorilla/schema v1.1.0
github.com/mattn/go-shellwords v1.0.9
github.com/pkg/errors v0.8.1
github.com/sasha-s/go-csync v0.0.0-20160729053059-3bc6c8bdb3fa
github.com/zyedidia/micro v1.4.1
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
nhooyr.io/websocket v1.7.4
)