Skip to content

Commit

Permalink
Update to v1.15.14
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
  • Loading branch information
dominikschulz committed Aug 4, 2024
1 parent 24af96f commit 1228075
Show file tree
Hide file tree
Showing 6 changed files with 133 additions and 123 deletions.
124 changes: 65 additions & 59 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,80 +1,86 @@
run:
timeout: 5m
go: "1.22"

linters-settings:
errcheck:
exclude-functions:
- fmt.Fprint
- fmt.Fprintf
- fmt.Fprintln
gocyclo:
min-complexity: 22
cyclop:
max-complexity: 22
skip-tests: true
staticcheck:
go: "1.22"
# https://staticcheck.io/docs/options#checks
checks: ["all","-SA1019"]
funlen:
lines: -1
statements: 100

linters:
enable-all: true
disable:
enable:
- asasalint
- asciicheck
- bidichk
- bodyclose
- contextcheck
- deadcode
- depguard
- durationcheck
- dupl
- dupword
- exhaustruct
- exhaustivestruct
- forbidigo
- gci
- gochecknoglobals
- gochecknoinits
- gocognit
- goconst
- gocritic
- gocyclo
- godox
- goerr113
- golint
- gomnd
- gosec
- gosimple
- govet
- interfacer
- ifshort
- inamedparam
- interfacebloat
- ireturn
- lll
- maintidx
- maligned
- musttag
- nilerr
- noctx
- nolintlint
- nosnakecase
- paralleltest
- perfsprint
- revive
- rowserrcheck
- scopelint
- sqlclosecheck
- staticcheck
- structcheck
- stylecheck
- tagliatelle
- testpackage
- tparallel
- typecheck
- unparam
- unused
- varcheck
- varnamelen
- wastedassign
- wrapcheck
- wsl
- containedctx
- copyloopvar
- cyclop
- decorder
- dogsled
- errcheck
- errchkjson
- errname
- errorlint
- exhaustive
- exportloopref
- forcetypeassert
- funlen
- ginkgolinter
- gocheckcompilerdirectives
- gochecksumtype
- godot
- gofmt
- gofumpt
- goheader
- goimports
- gomoddirectives
- gomodguard
- goprintffuncname
- gosmopolitan
- grouper
- importas
- ineffassign
- intrange
- loggercheck
- makezero
- mirror
- misspell
- nakedret
- nestif
- nilnil
- nlreturn
- nonamedreturns
- nosprintfhostport
- prealloc
- predeclared
- promlinter
- protogetter
- reassign
- sloglint
- spancheck
- tagalign
- tenv
- testableexamples
- testifylint
- thelper
- unconvert
- usestdlibvars
- whitespace
- zerologlint

issues:
max-issues-per-linter: 0 # disable limit; report all issues of a linter
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.15.14

- Bump dependencies to gopass release v1.15.14

## 1.15.13

- Bump dependencies to gopass release v1.15.13
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.13
1.15.14
41 changes: 20 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,40 @@ module github.com/gopasspw/gopass-jsonapi

go 1.22.1

toolchain go1.22.2
toolchain go1.22.5

require (
github.com/blang/semver v3.5.1+incompatible
github.com/blang/semver/v4 v4.0.0
github.com/fatih/color v1.16.0
github.com/gopasspw/gopass v1.15.13
github.com/fatih/color v1.17.0
github.com/gopasspw/gopass v1.15.14
github.com/pquerna/otp v1.4.0
github.com/stretchr/testify v1.9.0
github.com/urfave/cli/v2 v2.27.1
golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0
golang.org/x/net v0.24.0
golang.org/x/sys v0.19.0
github.com/urfave/cli/v2 v2.27.3
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
golang.org/x/net v0.27.0
golang.org/x/sys v0.22.0
)

require (
filippo.io/age v1.1.1 // indirect
filippo.io/age v1.2.0 // indirect
filippo.io/edwards25519 v1.1.0 // indirect
github.com/ProtonMail/go-crypto v1.0.0 // indirect
github.com/alessio/shellescape v1.4.2 // indirect
github.com/atotto/clipboard v0.1.4 // indirect
github.com/boombuler/barcode v1.0.1 // indirect
github.com/boombuler/barcode v1.0.2 // indirect
github.com/caspr-io/yamlpath v0.0.0-20200722075116-502e8d113a9b // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/cloudflare/circl v1.3.9 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/danieljoos/wincred v1.2.1 // indirect
github.com/danieljoos/wincred v1.2.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/gen2brain/shm v0.1.0 // indirect
github.com/godbus/dbus v0.0.0-20190623212516-8a1682060722 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-github/v61 v61.0.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/jezek/xgb v1.1.1 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/kbinani/screenshot v0.0.0-20230812210009-b87d31814237 // indirect
Expand All @@ -49,14 +48,14 @@ require (
github.com/muesli/crunchy v0.4.0 // indirect
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rs/zerolog v1.32.0 // indirect
github.com/rs/zerolog v1.33.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/twpayne/go-pinentry v0.3.0 // indirect
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
github.com/zalando/go-keyring v0.2.4 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/term v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
github.com/zalando/go-keyring v0.2.5 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/term v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 1228075

Please sign in to comment.