Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongnd9 committed Mar 16, 2024
1 parent 860a7d9 commit 2cc1d00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
*.out

# Dependency directories (remove the comment below to include it)
vendor/
vendor
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.14

require (
github.com/go-sql-driver/mysql v1.5.0
github.com/golang/protobuf v1.4.2
github.com/golang/protobuf v1.4.2 // indirect
google.golang.org/grpc v1.27.0
google.golang.org/protobuf v1.25.0
syreclabs.com/go/faker v1.2.2
Expand Down

0 comments on commit 2cc1d00

Please sign in to comment.