We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1acfe00 commit 8b82b2eCopy full SHA for 8b82b2e
go.mod
@@ -9,3 +9,14 @@ require (
9
github.com/pkg/errors v0.9.1
10
github.com/stretchr/testify v1.8.1
11
)
12
+
13
+require (
14
+ github.com/davecgh/go-spew v1.1.1 // indirect
15
+ github.com/google/uuid v1.3.0 // indirect
16
+ github.com/hashicorp/errwrap v1.1.0 // indirect
17
+ github.com/hashicorp/go-multierror v1.1.1 // indirect
18
+ github.com/lithammer/shortuuid/v3 v3.0.7 // indirect
19
+ github.com/oklog/ulid v1.3.1 // indirect
20
+ github.com/pmezard/go-difflib v1.0.0 // indirect
21
+ gopkg.in/yaml.v3 v3.0.1 // indirect
22
+)
0 commit comments