-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
28 lines (25 loc) · 822 Bytes
/
go.mod
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
module github.com/shoenig/envy
go 1.23
require (
github.com/gojuno/minimock/v3 v3.3.14
github.com/hashicorp/go-set/v3 v3.0.0-alpha.1
github.com/hashicorp/go-uuid v1.0.3
github.com/pkg/errors v0.9.1
github.com/shoenig/go-conceal v0.5.4
github.com/shoenig/ignore v0.4.0
github.com/shoenig/regexplus v0.3.0
github.com/shoenig/test v1.9.1
github.com/zalando/go-keyring v0.2.5
go.etcd.io/bbolt v1.3.11
noxide.lol/go/babycli v0.1.4
)
require (
github.com/alessio/shellescape v1.4.2 // indirect
github.com/danieljoos/wincred v1.2.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.24.0 // indirect
noxide.lol/go/stacks v1.0.0 // indirect
)