Skip to content

Commit

Permalink
feat: convert package to go module
Browse files Browse the repository at this point in the history
  • Loading branch information
vividvilla committed Sep 3, 2018
1 parent 5fdd573 commit 8ca054d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
go.sum
8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module github.com/zerodhatech/gokiteconnect

require (
github.com/gocarina/gocsv v0.0.0-20180809181117-b8c38cb1ba36
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135
github.com/gorilla/websocket v1.4.0
gopkg.in/jarcoal/httpmock.v1 v1.0.0-20180719183105-8007e27cdb32
)

0 comments on commit 8ca054d

Please sign in to comment.