forked from scribble-rs/scribble.rs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 1.15 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/scribble-rs/scribble.rs
go 1.12
require (
github.com/Bios-Marcel/cmdp v0.0.0-20190623190758-6760aca2c54e
github.com/Bios-Marcel/discordemojimap v1.0.1
github.com/agnivade/levenshtein v1.0.3
github.com/dgryski/trifles v0.0.0-20200323201526-dd97f9abfb48 // indirect
github.com/dustinkirkland/golang-petname v0.0.0-20191129215211-8e5a1ed0cff0
github.com/gobuffalo/packr/v2 v2.8.0
github.com/gorilla/websocket v1.4.2
github.com/karrick/godirwalk v1.15.6 // indirect
github.com/kennygrant/sanitize v1.2.4
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.5.0 // indirect
github.com/spf13/cobra v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.0.0-20200406173513-056763e48d71 // indirect
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect
golang.org/x/tools v0.0.0-20200413161937-250b2131eb8b // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)