Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ require (
github.com/go-waitfor/waitfor v1.0.0
github.com/go-waitfor/waitfor-fs v1.0.0
github.com/go-waitfor/waitfor-http v1.0.0
github.com/go-waitfor/waitfor-mongodb v1.0.0
github.com/go-waitfor/waitfor-mysql v1.0.0
github.com/go-waitfor/waitfor-postgres v1.0.0
github.com/go-waitfor/waitfor-mongodb v1.1.0
github.com/go-waitfor/waitfor-mysql v1.1.0
github.com/go-waitfor/waitfor-postgres v1.1.0
github.com/go-waitfor/waitfor-proc v1.0.0
github.com/urfave/cli/v2 v2.27.7
)
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ github.com/go-waitfor/waitfor-fs v1.0.0 h1:Uk1/OdE0oTn4Hw3kdYE8MaqPio4RtWE6d7Vmr
github.com/go-waitfor/waitfor-fs v1.0.0/go.mod h1:G6cEOTwJ17ubUCHcgtAff/XV9dv0oEGWJ6cQVd5YDRA=
github.com/go-waitfor/waitfor-http v1.0.0 h1:1PJwsR8vpWABhmS8uHV54i47Iy3YuJGyBOrV7giaE+M=
github.com/go-waitfor/waitfor-http v1.0.0/go.mod h1:iI9AiSuTDkxbPyNhuOcHG/3Ob08CIcDdtcbbsG2RfCA=
github.com/go-waitfor/waitfor-mongodb v1.0.0 h1:jCx/lkjnoZ+PvHBBkF1RyIP34MfRwfnrDC7svGH+nYo=
github.com/go-waitfor/waitfor-mongodb v1.0.0/go.mod h1:QbCW6pHUp658y2mXWszk8STlcFk1YzC2q6nmHLWmESw=
github.com/go-waitfor/waitfor-mysql v1.0.0 h1:8HGNo7iFNhjdxdptu/H631l2247485mqCoaToJ1Hebk=
github.com/go-waitfor/waitfor-mysql v1.0.0/go.mod h1:tSI6uxc77mipzNDgrO2IPtoG0g50kwnYDkSbCOY5gpU=
github.com/go-waitfor/waitfor-postgres v1.0.0 h1:qS9GQmlG59kMIM1KFVP14773ZumYNP354N7XSUTnfK0=
github.com/go-waitfor/waitfor-postgres v1.0.0/go.mod h1:ZDuLfKjaO7QF6L+3as5T0juiC7WW9jQa+vYyC6kcOoE=
github.com/go-waitfor/waitfor-mongodb v1.1.0 h1:Sen8l3NYkzwFMe08w3d0aGLGsvjGT+vc6XpH8HmoG/o=
github.com/go-waitfor/waitfor-mongodb v1.1.0/go.mod h1:j9nlmI+ZKcabo1TEY3PIjnuydTuscY/tMXUw4qZjjsg=
github.com/go-waitfor/waitfor-mysql v1.1.0 h1:K2YKAU8F5tB96uGHWe+EXjAK5DMVJTAbwWw/ueoiCbs=
github.com/go-waitfor/waitfor-mysql v1.1.0/go.mod h1:FsfA1/KcADRyjI9oNSOF+PgGb46EFc/+h6zKoIGp++g=
github.com/go-waitfor/waitfor-postgres v1.1.0 h1:krPtQSDngx46stL7gwd7OT8hmn4twCf7cGQrXm0/4AI=
github.com/go-waitfor/waitfor-postgres v1.1.0/go.mod h1:K5FJ+26ZMPW7jzJxqzXFrdSJmC9rg/jH982CvVc9lO4=
github.com/go-waitfor/waitfor-proc v1.0.0 h1:VFo6geBeutXbfzyLat0nGAJdQ+GKYJyUyukV+CuSojc=
github.com/go-waitfor/waitfor-proc v1.0.0/go.mod h1:GoQxcw2AhMGxPQmUj3wSNo05agJrFRZk9jbo+mxbWDc=
github.com/golang/snappy v1.0.0 h1:Oy607GVXHs7RtbggtPBnr2RmDArIsAefDwvrdWvRhGs=
Expand All @@ -40,8 +40,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
github.com/urfave/cli/v2 v2.27.7 h1:bH59vdhbjLv3LAvIu6gd0usJHgoTTPhCFib8qqOwXYU=
github.com/urfave/cli/v2 v2.27.7/go.mod h1:CyNAG/xg+iAOg0N4MPGZqVmv2rCoP267496AOXUZjA4=
github.com/xdg-go/pbkdf2 v1.0.0 h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c=
Expand Down