-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
37 lines (34 loc) · 1.25 KB
/
go.mod
File metadata and controls
37 lines (34 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
module github.com/nhatthm/plugin-registry-github
go 1.18
require (
github.com/bool64/ctxd v1.2.1
github.com/google/go-github/v35 v35.3.0
github.com/nhatthm/plugin-registry v0.4.0
github.com/nhatthm/plugin-registry-fs v0.4.0
github.com/spf13/afero v1.11.0
github.com/stretchr/testify v1.10.0
go.nhat.io/aferoassert v0.3.0
go.nhat.io/aferomock v0.7.0
go.nhat.io/httpmock v0.11.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/bool64/shared v0.1.5 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/structtag v1.2.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/iancoleman/orderedmap v0.3.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/swaggest/assertjson v1.9.0 // indirect
github.com/yudai/gojsondiff v1.0.0 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
go.nhat.io/aferocopy/v2 v2.0.2 // indirect
go.nhat.io/matcher/v2 v2.0.0 // indirect
go.nhat.io/wait v0.1.0 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/text v0.18.0 // indirect
)