Skip to content

Commit

Permalink
Generic DefaultStreamAdapter
Browse files Browse the repository at this point in the history
  • Loading branch information
m110 committed Apr 16, 2024
1 parent 1acfe00 commit 8b82b2e
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 508 deletions.
11 changes: 11 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,14 @@ require (
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.1
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/lithammer/shortuuid/v3 v3.0.7 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 8b82b2e

Please sign in to comment.