Skip to content

Commit

Permalink
Add .gitignore (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
AtakanColak authored Dec 16, 2020
1 parent 9a9e8d9 commit 7be5496
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.vscode
.idea
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ module github.com/riferrei/srclient

go 1.12

require github.com/linkedin/goavro/v2 v2.9.7

require (
github.com/linkedin/goavro/v2 v2.9.7
github.com/stretchr/testify v1.3.0
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
)

0 comments on commit 7be5496

Please sign in to comment.