-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 738 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 738 Bytes
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
module github.com/shoenig/envy
go 1.26
require (
cattlecloud.net/go/babycli v0.2.0
github.com/gojuno/minimock/v3 v3.4.7
github.com/hashicorp/go-set/v3 v3.0.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/regexplus v0.3.0
github.com/shoenig/test v1.12.1
github.com/zalando/go-keyring v0.2.8
go.etcd.io/bbolt v1.4.3
)
require (
cattlecloud.net/go/stacks v1.1.2 // indirect
github.com/danieljoos/wincred v1.2.3 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/godbus/dbus/v5 v5.2.2 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.42.0 // indirect
)