Skip to content

Commit

Permalink
Changes as per issue alpstable#216
Browse files Browse the repository at this point in the history
  • Loading branch information
Himanshu Malviya committed Oct 4, 2022
1 parent 4cdd43b commit 7ec178c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 88 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gidari is a "web-to-storage" tool for querying web APIs and persisting the resul

## Installation

TODO
go install github.com/alpine-hodler/gidari/cmd/gidari@latest

## Usage

Expand Down
8 changes: 0 additions & 8 deletions cmd/bash-completion.sh

This file was deleted.

78 changes: 0 additions & 78 deletions cmd/gidari.go

This file was deleted.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ require (
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.5.0
go.mongodb.org/mongo-driver v1.10.0
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9
google.golang.org/protobuf v1.28.0
gopkg.in/yaml.v2 v2.4.0
Expand All @@ -28,7 +29,6 @@ require (
github.com/xdg-go/stringprep v1.0.3 // indirect
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
Expand Down

0 comments on commit 7ec178c

Please sign in to comment.