You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
Unreleased
2
+
===============================
3
+
### SDK Breaking Changes
4
+
* Removes support for go [dep](https://github.com/golang/dep). [PR #343](https://github.com/aws/aws-xray-sdk-go/pull/343)
If you are using Go 1.9 and above, you can also use [Dep](https://github.com/golang/dep) to add the SDK to your application's dependencies.
48
-
Using Dep will help your application stay pinned to a specific version of the SDK.
49
-
50
-
To add the SDK to your application using Dep, run:
51
-
52
-
```
53
-
dep ensure -add github.com/aws/aws-xray-sdk-go
54
-
```
55
-
56
46
## Getting Help
57
47
58
48
Please use these community resources for getting help. We use the GitHub issues for tracking bugs and feature requests.
0 commit comments