Skip to content

Commit 95cc873

Browse files
authored
Fix go.mod and clarify README
1 parent 46f5091 commit 95cc873

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@ export GITHUB_ACCESS_TOKEN=your-github-access-token
3333
export GITLAB_ACCESS_TOKEN=your-gitlab-access-token
3434
```
3535

36-
3. Build the Dorky tool:
36+
3. Pull the dependencies:
37+
38+
```
39+
go get
40+
```
41+
42+
4. Build the Dorky tool:
3743

3844
```bash
3945
go build -o dorky

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ go 1.16
55
require (
66
github.com/google/go-github/v38 v38.0.0
77
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
8+
golang.org/x/oauth2 v0.7.0
9+
golang.org/x/time v0.3.0
1010
)

0 commit comments

Comments
 (0)