Skip to content

Commit

Permalink
migrate from glide to go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Sep 29, 2020
1 parent c176a3b commit 5f7ba0a
Show file tree
Hide file tree
Showing 1,066 changed files with 32 additions and 953,942 deletions.
30 changes: 0 additions & 30 deletions glide.lock

This file was deleted.

11 changes: 0 additions & 11 deletions glide.yaml

This file was deleted.

15 changes: 15 additions & 0 deletions go.mod
@@ -0,0 +1,15 @@
module github.com/ezekg/git-hound

go 1.15

require (
github.com/dlclark/regexp2 v1.1.1
github.com/fatih/color v1.1.1-0.20170103160630-34e4ee095d12
github.com/gogo/protobuf v0.0.0-20170307180453-100ba4e88506
github.com/mattn/go-colorable v0.0.7
github.com/mattn/go-isatty v0.0.0-20161123143637-30a891c33c7c
golang.org/x/sys v0.0.0-20170303135930-e48874b42435
gopkg.in/yaml.v2 v2.0.0-20160928153709-a5b47d31c556
sourcegraph.com/sourcegraph/go-diff v0.0.0-20171119081133-3f415a150aec
sourcegraph.com/sqs/pbtypes v0.0.0-20160107090929-4d1b9dc7ffc3
)
17 changes: 17 additions & 0 deletions go.sum
@@ -0,0 +1,17 @@
github.com/dlclark/regexp2 v1.1.1 h1:/ABn3mAhHTzHd5qE3S6gaCypX1ou5yQYGo2I7oq/E54=
github.com/dlclark/regexp2 v1.1.1/go.mod h1:2pZnwuY/m+8K6iRw6wQdMtk+rH5tNGR1i55kozfMjCc=
github.com/fatih/color v1.1.1-0.20170103160630-34e4ee095d12 h1:AmfUkJtRbNpji0BZS+j+iGOKMu/ttcajZDHXWEn5Qrg=
github.com/fatih/color v1.1.1-0.20170103160630-34e4ee095d12/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
github.com/gogo/protobuf v0.0.0-20170307180453-100ba4e88506 h1:zDlw+wgyXdfkRuvFCdEDUiPLmZp2cvf/dWHazY0a5VM=
github.com/gogo/protobuf v0.0.0-20170307180453-100ba4e88506/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/mattn/go-colorable v0.0.7 h1:zh4kz16dcPG+l666m12h0+dO2HGnQ1ngy7crMErE2UU=
github.com/mattn/go-colorable v0.0.7/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
github.com/mattn/go-isatty v0.0.0-20161123143637-30a891c33c7c h1:YHHK/dEmr2Jo1cWD1VMB2waEeHJhHFp3CEylwWy/VcY=
github.com/mattn/go-isatty v0.0.0-20161123143637-30a891c33c7c/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4=
golang.org/x/sys v0.0.0-20170303135930-e48874b42435/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
gopkg.in/yaml.v2 v2.0.0-20160928153709-a5b47d31c556 h1:hKXbLW5oaJoQgs8KrzTLdF4PoHi+0oQPgea9TNtvE3E=
gopkg.in/yaml.v2 v2.0.0-20160928153709-a5b47d31c556/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74=
sourcegraph.com/sourcegraph/go-diff v0.0.0-20171119081133-3f415a150aec h1:wAAdENPXC7bE1oxY4VqSDdhaA+XQ8TgQHsZMMnrXjEk=
sourcegraph.com/sourcegraph/go-diff v0.0.0-20171119081133-3f415a150aec/go.mod h1:R09mWeb9JcPbO+A3cYDc11xjz0wp6r9+KnqdqROAoRU=
sourcegraph.com/sqs/pbtypes v0.0.0-20160107090929-4d1b9dc7ffc3 h1:hXy8YsgVLDz5mlngKhNHQhAsAGrSp3dlXZN4b0/4UUI=
sourcegraph.com/sqs/pbtypes v0.0.0-20160107090929-4d1b9dc7ffc3/go.mod h1:ketZ/q3QxT9HOBeFhu6RdvsftgpsbFHBF5Cas6cDKZ0=
Binary file removed vendor/github.com/dlclark/regexp2/.DS_Store
Binary file not shown.
25 changes: 0 additions & 25 deletions vendor/github.com/dlclark/regexp2/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/dlclark/regexp2/.travis.yml

This file was deleted.

54 changes: 0 additions & 54 deletions vendor/github.com/dlclark/regexp2/ATTRIB

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/github.com/dlclark/regexp2/LICENSE

This file was deleted.

67 changes: 0 additions & 67 deletions vendor/github.com/dlclark/regexp2/README.md

This file was deleted.

0 comments on commit 5f7ba0a

Please sign in to comment.