8000 convert to go modules · numtide/github-deploy@55f9cac · GitHub
[go: up one dir, main page]

Skip to content

Commit 55f9cac

Browse files
committed
convert to go modules
1 parent 053eecd commit 55f9cac

File tree

16 files changed

+239
-421
lines changed

16 files changed

+239
-421
lines changed

Gopkg.lock

Lines changed: 0 additions & 310 deletions
This file was deleted.

Gopkg.toml

Lines changed: 0 additions & 46 deletions
This file was deleted.

go.mod

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
module github.com/zimbatm/github-deploy
2+
3+
go 1.12
4+
5+
require (
6+
github.com/BurntSushi/toml v0.3.1 // indirect
7+
github.com/emirpasic/gods v1.12.0 // indirect
8+
github.com/golang/protobuf v1.3.1 // indirect
9+
github.com/google/go-github v15.0.0+incompatible
10+
github.com/google/go-querystring v1.0.0 // indirect
11+
github.com/mitchellh/go-homedir v1.1.0 // indirect
12+
github.com/xanzy/ssh-agent v0.2.1 // indirect
13+
github.com/zimbatm/go-secretvalue v0.0.0-20190429145844-f5f44e7f9f16
14+
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734 // indirect
15+
golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09 // indirect
16+
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
17+
golang.org/x/sys v0.0.0-20190429190828-d89cdac9e872 // indirect
18+
golang.org/x/xerrors v0.0.0-20190410155217-1f06c39b4373
19+
google.golang.org/appengine v1.5.0 // indirect
20+
gopkg.in/src-d/go-billy.v4 v4.3.0 // indirect
21+
gopkg.in/src-d/go-git.v4 v4.11.0
22+
gopkg.in/urfave/cli.v1 v1.20.0
23+
gopkg.in/yaml.v2 v2.2.2 // indirect
24+
)

0 commit comments

Comments
 (0)
0