Skip to content

Commit 9da2f4f

Browse files
authored
Add files via upload
1 parent 4e478d8 commit 9da2f4f

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

example/go.mod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+
)

example/go.sum

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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=

0 commit comments

Comments
 (0)