File: go.mod

package info (click to toggle)
golang-github-joshuarubin-go-sway 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 124 kB
  • sloc: makefile: 3
file content (10 lines) | stat: -rw-r--r-- 217 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module github.com/joshuarubin/go-sway

go 1.12

require (
	github.com/joshuarubin/lifecycle v1.0.0
	github.com/stretchr/testify v1.3.0 // indirect
	go.uber.org/atomic v1.3.2 // indirect
	go.uber.org/multierr v1.1.0
)