-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 684 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/grongor/panicwatch
go 1.19
require (
github.com/glycerine/rbuf v0.0.0-20190314090850-75b78581bebe
github.com/go-errors/errors v1.5.1
github.com/stretchr/testify v1.9.0
golang.org/x/sys v0.25.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/glycerine/goconvey v0.0.0-20190410193231-58a59202ab31 // indirect
github.com/gopherjs/gopherjs v0.0.0-20210803090616-8f023c250c89 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)