1
0
mirror of https://github.com/joshuarubin/go-sway synced 2024-11-22 21:11:59 +01:00
go-sway/go.mod
Joshua Rubin 441d8a7846
finish the sway api
Signed-off-by: Joshua Rubin <me@jawa.dev>
2019-04-14 00:13:12 -06:00

11 lines
217 B
Modula-2

module github.com/joshuarubin/go-sway
go 1.12
require (
github.com/joshuarubin/lifecycle v0.0.3
github.com/stretchr/testify v1.3.0 // indirect
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/multierr v1.1.0
)