phi/go.mod
2021-01-10 13:07:15 +00:00

16 lines
429 B
Modula-2

module github.com/felixangell/phi
go 1.14
require (
github.com/atotto/clipboard v0.1.2
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/felixangell/strife v0.2.2
github.com/fsnotify/fsnotify v1.4.9
github.com/lithammer/fuzzysearch v1.1.1
github.com/stretchr/testify v1.6.1
github.com/veandco/go-sdl2 v0.4.5
golang.org/x/sys v0.0.0-20210110051926-789bb1bd4061 // indirect
golang.org/x/text v0.3.5 // indirect
)