File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ module go-batch/example
2+
3+ go 1.13
4+
5+ require (
6+ github.com/Deeptiman/go-batch v0.0.0-20210418211829-87cf3272ea64
7+ github.com/sirupsen/logrus v1.8.1
8+ )
Original file line number Diff line number Diff line change 1+ github.com/Deeptiman/go-batch v0.0.0-20210418211829-87cf3272ea64 h1:aQJfxdsXOay/cL+ZpIrgaBrBr0cVM8XFYxlPqgqpgJE =
2+ github.com/Deeptiman/go-batch v0.0.0-20210418211829-87cf3272ea64 /go.mod h1:ign/MnzCAlatt1t3OV4ei6bS7b9AK6j2KfViPjT369E =
3+ github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4+ github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
5+ github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE =
6+ github.com/sirupsen/logrus v1.8.1 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
7+ github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
8+ golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 h1:YyJpGZS1sBuBCzLAR1VEpK193GlqGZbnPFnPV/5Rsb4 =
9+ golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
You can’t perform that action at this time.
0 commit comments