Skip to content

Commit

Permalink
"remove" the ghqlite pkg for now since it's unused
Browse files Browse the repository at this point in the history
- "remove" by making it a hidden directory for now
- this allows the tests to run much quicker and avoid hitting github rate limit issues
- this also avoids the need to use a `replace` in `go.mod`, which should fix an issue using `go install` to build a binary
  • Loading branch information
patrickdevivo committed Jul 20, 2021
1 parent 9bc5c55 commit b20a2c8
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 230 deletions.
10 changes: 1 addition & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ require (
github.com/go-git/go-git/v5 v5.4.1
github.com/go-openapi/errors v0.19.9 // indirect
github.com/go-openapi/strfmt v0.19.11 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.0.0 // indirect
github.com/jedib0t/go-pretty v4.3.0+incompatible
github.com/kevinburke/ssh_config v1.1.0 // indirect
github.com/libgit2/git2go/v31 v31.4.14
Expand All @@ -30,12 +27,7 @@ require (
go.riyazali.net/sqlite v0.0.0-20210707161919-414349b4032a
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/sys v0.0.0-20210601080250-7ecdf8ef093b // indirect
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
google.golang.org/appengine v1.6.7 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)

replace github.com/mattn/go-sqlite3 v1.14.6 => github.com/patrickdevivo/go-sqlite3 v1.14.6-0.20201229155540-f024bb44eb6d
223 changes: 2 additions & 221 deletions go.sum

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b20a2c8

Please sign in to comment.