Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
Bump up version od external packages
Browse files Browse the repository at this point in the history
  • Loading branch information
spiegel-im-spiegel committed Jul 13, 2021
1 parent a2d1071 commit a2a01cc
Show file tree
Hide file tree
Showing 4 changed files with 361 additions and 82 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.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/spiegel-im-spiegel/cov19jpn
go 1.16

require (
github.com/spf13/cobra v1.1.3
github.com/spf13/cobra v1.2.1
github.com/spiegel-im-spiegel/csvdata v0.1.0
github.com/spiegel-im-spiegel/errs v1.0.2
github.com/spiegel-im-spiegel/fetch v0.2.3
Expand Down
Loading

0 comments on commit a2a01cc

Please sign in to comment.