We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f5091 commit 95cc873Copy full SHA for 95cc873
README.md
@@ -33,7 +33,13 @@ export GITHUB_ACCESS_TOKEN=your-github-access-token
33
export GITLAB_ACCESS_TOKEN=your-gitlab-access-token
34
```
35
36
-3. Build the Dorky tool:
+3. Pull the dependencies:
37
+
38
+```
39
+go get
40
41
42
+4. Build the Dorky tool:
43
44
```bash
45
go build -o dorky
go.mod
@@ -5,6 +5,6 @@ go 1.16
5
require (
6
github.com/google/go-github/v38 v38.0.0
7
github.com/xanzy/go-gitlab v0.50.2
8
- golang.org/x/oauth2 v0.0.0-20210402214321-9fd604954f58
9
- golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
+ golang.org/x/oauth2 v0.7.0
+ golang.org/x/time v0.3.0
10
)
0 commit comments