Skip to content

Commit afbb0d5

Browse files
add dependencies
1 parent d5cb8c7 commit afbb0d5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Go Report Card](https://goreportcard.com/badge/github.com/austinbspencer/tasty-go)](https://goreportcard.com/report/github.com/austinbspencer/tasty-go)
66
[![codecov](https://codecov.io/gh/austinbspencer/tasty-go/branch/main/graph/badge.svg?token=ZVVJF2RFQO)](https://codecov.io/gh/austinbspencer/tasty-go)
77

8-
This library provides unofficial Go clients for [TastyTrade API](https://tastytrade.com).
8+
This library provides `unofficial` Go clients for [TastyTrade API](https://tastytrade.com).
99

1010
> You will need to opt into TastyTrade's API [here](https://developer.tastytrade.com)
1111
@@ -15,6 +15,14 @@ This library provides unofficial Go clients for [TastyTrade API](https://tastytr
1515

1616
[Create your account](https://start.tastytrade.com/#/login?referralCode=MS53QAT6DS) if you don't already have one to begin trading with TastyTrade.
1717

18+
## Dependencies
19+
20+
There are very few dependencies for this lightweight API wrapper.
21+
22+
- [decimal](https://github.com/shopspring/decimal)
23+
- [go-querystring](https://github.com/google/go-querystring)
24+
- [testify](https://github.com/stretchr/testify) `for testing`
25+
1826
## TO-DO
1927

2028
- Untested endpoints

0 commit comments

Comments
 (0)