-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dep pkg manager and excess CI steps
- Loading branch information
Showing
5 changed files
with
6 additions
and
270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,16 +43,6 @@ To get a different specific release version of the SDK use `@<tag>` in your `go | |
go get github.com/aws/[email protected] | ||
``` | ||
|
||
## Installing using Dep | ||
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. | ||
Using Dep will help your application stay pinned to a specific version of the SDK. | ||
|
||
To add the SDK to your application using Dep, run: | ||
|
||
``` | ||
dep ensure -add github.com/aws/aws-xray-sdk-go | ||
``` | ||
|
||
## Getting Help | ||
|
||
Please use these community resources for getting help. We use the GitHub issues for tracking bugs and feature requests. | ||
|