Skip to content

Commit

Permalink
[enh] add go.mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
asciimoo committed Jun 3, 2020
1 parent 972781f commit d1905c6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions go.mod
@@ -0,0 +1,21 @@
module github.com/asciimoo/wuzz

go 1.14

require (
github.com/BurntSushi/toml v0.3.1
github.com/PuerkitoBio/goquery v1.5.1
github.com/alessio/shellescape v1.2.2
github.com/andybalholm/cascadia v1.2.0 // indirect
github.com/jroimartin/gocui v0.4.0
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-runewidth v0.0.9
github.com/mitchellh/go-homedir v1.1.0
github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1
github.com/nwidger/jsoncolor v0.3.0
github.com/tidwall/gjson v1.6.0
github.com/tidwall/pretty v1.0.1 // indirect
github.com/x86kernel/htmlcolor v0.0.0-20190529101448-c589f58466d0
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
)

0 comments on commit d1905c6

Please sign in to comment.