Skip to content

Commit

Permalink
update readme and example to use newest goseeder version
Browse files Browse the repository at this point in the history
  • Loading branch information
kristijorgji committed Oct 28, 2020
1 parent 4933a06 commit e3392d6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![GitHub Workflow Status](https://github.com/kristijorgji/goseeder/workflows/CI/badge.svg)
[![GoDev](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/github.com/kristijorgji/goseeder?tab=doc)
[![codecov](https://codecov.io/gh/kristijorgji/goseeder/branch/master/graph/badge.svg)](https://codecov.io/gh/kristijorgji/goseeder)
[![codecov](https://img.shields.io/codecov/c/github/kristijorgji/goseeder/badge.svg)](https://codecov.io/gh/kristijorgji/goseeder)
[![Go Report Card](https://goreportcard.com/badge/kristijorgji/goseeder)](https://goreportcard.com/report/kristijorgji/goseeder)
[![Sourcegraph](https://sourcegraph.com/github.com/kristijorgji/goseeder/-/badge.svg)](https://sourcegraph.com/github.com/kristijorgji/goseeder?badge)

Expand Down
2 changes: 1 addition & 1 deletion examples/simpleshop/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ require (
github.com/go-sql-driver/mysql v1.5.0
github.com/google/uuid v1.1.2
github.com/joho/godotenv v1.3.0
github.com/kristijorgji/goseeder v1.0.1
github.com/kristijorgji/goseeder v1.0.2
)
6 changes: 4 additions & 2 deletions examples/simpleshop/go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
github.com/DATA-DOG/go-sqlmock v1.5.0 h1:Shsta01QNfFxHCfpW6YH2STWB0MudeXXEWMr20OEh60=
github.com/DATA-DOG/go-sqlmock v1.5.0/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/go-sql-driver/mysql v1.5.0 h1:ozyZYNQW3x3HtqT1jira07DN2PArx2v7/mN66gGcHOs=
Expand All @@ -6,8 +8,8 @@ github.com/google/uuid v1.1.2 h1:EVhdT+1Kseyi1/pUmXKaFxYsDNy9RQYkMWRH68J/W7Y=
github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/joho/godotenv v1.3.0 h1:Zjp+RcGpHhGlrMbJzXTrZZPrWj+1vfm90La1wgB6Bhc=
github.com/joho/godotenv v1.3.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg=
github.com/kristijorgji/goseeder v1.0.1 h1:62ZuIbeltApSbzlWXl9W5/mhtAu+TbNsDerJUeCBZG0=
github.com/kristijorgji/goseeder v1.0.1/go.mod h1:G8kIXQODvaUXQ+EL+3oE+OqtEx1L1D39ZSHUzqKQ/MU=
github.com/kristijorgji/goseeder v1.0.2 h1:u2AOHXLe9SIAJb9p4sm7s6lrpWBk7DEr+AuUUwvt9iM=
github.com/kristijorgji/goseeder v1.0.2/go.mod h1:zH+WiR5b+Bdt5Q7pmrLtXE5503QeAer5e8+0jD09HdI=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down
File renamed without changes.

0 comments on commit e3392d6

Please sign in to comment.