Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 0e9236e

Browse files
authored
deps: switch to using myitcv.io/cmd/githubcli (#73)
1 parent 190b6bd commit 0e9236e

File tree

6 files changed

+11
-391
lines changed

6 files changed

+11
-391
lines changed

.bin/regen

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ else
3434
args="$*"
3535
fi
3636

37-
go install myitcv.io/go-modules-by-example/cmd/... myitcv.io/cmd/{mdreplace,egrunner}
37+
go install myitcv.io/cmd/{mdreplace,egrunner,githubcli}
3838
mdreplace -w -long -online $args

cmd/githubcli/gen_cliflag.go

-197
This file was deleted.

cmd/githubcli/main.go

-175
This file was deleted.

go.mod

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
module myitcv.io/go-modules-by-example
22

3-
require (
4-
github.com/google/go-github v0.0.0-20180529120358-2ae5df784832
5-
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
6-
golang.org/x/oauth2 v0.0.0-20180529203656-ec22f46f877b
7-
google.golang.org/appengine v1.2.0 // indirect
8-
myitcv.io v0.0.0-20181017223909-e02283c9ded4
9-
)
3+
require myitcv.io v0.0.0-20181019162659-7f388ca9e56a

0 commit comments

Comments
 (0)