Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
deanishe committed Jul 14, 2020
1 parent 04cbeb0 commit 7683563
Show file tree
Hide file tree
Showing 5 changed files with 864 additions and 869 deletions.
3 changes: 0 additions & 3 deletions .golangci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ enable = [
check-blank = true
check-type-assertions = true

[linter-settings.goimports]
local-prefixes = "github.com/deanishe/awgo"

[issues]
max-same-issues = 50
max-issues-per-linter = 50
Expand Down
19 changes: 8 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
module github.com/deanishe/alfred-gcal

require (
cloud.google.com/go v0.51.0 // indirect
github.com/bmatcuk/doublestar v1.2.2
github.com/deanishe/awgo v0.22.0
github.com/disintegration/imaging v1.6.2
cloud.google.com/go v0.61.0 // indirect
github.com/bmatcuk/doublestar v1.3.1 // indirect
github.com/deanishe/awgo v0.24.1
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/magefile/mage v1.9.0
github.com/pkg/errors v0.8.1
golang.org/x/image v0.0.0-20191214001246-9130b4cfad52 // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
github.com/magefile/mage v1.10.0
github.com/pkg/errors v0.9.1
golang.org/x/net v0.0.0-20200707034311-ab3426394381
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20200107162124-548cf772de50 // indirect
google.golang.org/api v0.15.0
google.golang.org/genproto v0.0.0-20200108215221-bd8f9a0ef82f // indirect
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
google.golang.org/api v0.29.0
)

replace github.com/golang/lint => golang.org/x/lint v0.0.0-20190409202823-959b441ac422
Expand Down
Loading

0 comments on commit 7683563

Please sign in to comment.