phi/go.mod

16 lines
429 B
Modula-2
Raw Normal View History

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
2021-01-10 16:07:15 +03:00
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
2021-01-10 16:07:15 +03:00
golang.org/x/sys v0.0.0-20210110051926-789bb1bd4061 // indirect
golang.org/x/text v0.3.5 // indirect
)