forked from spkaeros/RSCGo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (21 loc) · 823 Bytes
/
go.mod
File metadata and controls
23 lines (21 loc) · 823 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/spkaeros/rscgo
go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/fsnotify/fsnotify v1.4.7
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee // indirect
github.com/gobwas/pool v0.2.0 // indirect
github.com/gobwas/ws v1.0.2
github.com/jessevdk/go-flags v1.4.0
github.com/lib/pq v1.3.0
github.com/lithammer/fuzzysearch v1.1.0
github.com/mattn/anko v0.1.5
github.com/mattn/go-sqlite3 v2.0.1+incompatible
github.com/stretchr/testify v1.4.0 // indirect
go.uber.org/atomic v1.5.1
golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
golang.org/x/lint v0.0.0-20200130185559-910be7a94367 // indirect
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect
golang.org/x/tools v0.0.0-20200207224406-61798d64f025 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)