-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (28 loc) · 959 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
29
30
31
module pbs
go 1.20
require (
github.com/anthonynsimon/bild v0.13.0
github.com/clarktrimble/delish v0.0.1
github.com/clarktrimble/giant v0.0.1
github.com/clarktrimble/hondo v0.0.2
github.com/clarktrimble/launch v0.0.1
github.com/clarktrimble/sabot v0.0.1
github.com/go-chi/chi/v5 v5.0.10
github.com/onsi/ginkgo/v2 v2.11.0
github.com/onsi/gomega v1.27.8
github.com/pkg/errors v0.9.1
go.etcd.io/bbolt v1.3.7
)
require (
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
github.com/kelseyhightower/envconfig v1.4.0 // indirect
golang.org/x/image v0.14.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.9.3 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)