phi/go.mod
2021-01-09 12:35:55 +00:00

16 lines
419 B
Modula-2

module github.com/felixangell/phi
go 1.14
require (
github.com/atotto/clipboard v0.1.2
github.com/felixangell/strife v0.2.0
github.com/fsnotify/fsnotify v1.4.9
github.com/lithammer/fuzzysearch v1.1.1
github.com/pelletier/go-toml v1.8.1
github.com/stretchr/testify v1.6.1
github.com/veandco/go-sdl2 v0.4.5
golang.org/x/sys v0.0.0-20210108172913-0df2131ae363 // indirect
golang.org/x/text v0.3.5 // indirect
)