Skip to content

Commit

Permalink
Merge pull request #9 from spiegel-im-spiegel/fix-bugs-and-testing
Browse files Browse the repository at this point in the history
Bump up version of external packages
  • Loading branch information
spiegel-im-spiegel committed Jul 13, 2021
2 parents 0197bec + cdfb781 commit 2e5f7b0
Show file tree
Hide file tree
Showing 4 changed files with 376 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tasks:
cmds:
- go mod verify
- go test ./...
- docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.40.1 golangci-lint run --enable gosec --timeout 3m0s ./...
- docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.41.1 golangci-lint run --enable gosec --timeout 3m0s ./...
sources:
- ./go.mod
- '**/*.go'
Expand Down
Binary file modified dependency.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ module github.com/spiegel-im-spiegel/books-data
go 1.16

require (
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/spiegel-im-spiegel/aozora-api v0.3.0
github.com/spiegel-im-spiegel/errs v1.0.2
github.com/spiegel-im-spiegel/gocli v0.10.4
github.com/spiegel-im-spiegel/openbd-api v0.3.0
github.com/spiegel-im-spiegel/pa-api v0.9.0
)

replace golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0 => golang.org/x/sys v0.0.0-20210521090106-6ca3eb03dfc2
Loading

0 comments on commit 2e5f7b0

Please sign in to comment.