Skip to content

Commit

Permalink
added go module for tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Hex committed Nov 12, 2021
1 parent 2123b55 commit 59209b5
Show file tree
Hide file tree
Showing 4 changed files with 1,315 additions and 1,064 deletions.
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
module github.com/ktr0731/go-fuzzyfinder

require (
github.com/Songmu/gocredits v0.2.0
github.com/gdamore/tcell/v2 v2.4.0
github.com/google/go-cmp v0.5.6
github.com/google/gofuzz v1.2.0
github.com/goreleaser/goreleaser v0.176.0
github.com/mattn/go-runewidth v0.0.13
github.com/nsf/termbox-go v0.0.0-20201124104050-ed494de23a00
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1 // indirect
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/tools v0.1.5 // indirect
golang.org/x/text v0.3.6 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)

go 1.13
Loading

0 comments on commit 59209b5

Please sign in to comment.