Skip to content

Commit 8b82b2e

Browse files
committed
Generic DefaultStreamAdapter
1 parent 1acfe00 commit 8b82b2e

File tree

4 files changed

+82
-508
lines changed

4 files changed

+82
-508
lines changed

go.mod

+11
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,14 @@ require (
99
github.com/pkg/errors v0.9.1
1010
github.com/stretchr/testify v1.8.1
1111
)
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

Comments
 (0)