chore: t.Parallel() + move poll test to own file
This commit is contained in:
parent
231423cd0b
commit
0bdd3dfef8
5 changed files with 77 additions and 48 deletions
4
go.mod
4
go.mod
|
@ -3,14 +3,14 @@ module code.notaphish.fyi/milas/garage-k2v-go
|
|||
go 1.23.1
|
||||
|
||||
require (
|
||||
github.com/aws/aws-sdk-go-v2 v1.32.2
|
||||
github.com/aws/aws-sdk-go-v2 v1.36.3
|
||||
github.com/davecgh/go-spew v1.1.1
|
||||
github.com/stretchr/testify v1.8.0
|
||||
go.uber.org/goleak v1.3.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/aws/smithy-go v1.22.0 // indirect
|
||||
github.com/aws/smithy-go v1.22.3 // indirect
|
||||
github.com/kr/text v0.2.0 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue