Skip to content

Commit

Permalink
build(deps): bump github.com/sivchari/tenv from 1.7.1 to 1.9.1 (#4808)
Browse files Browse the repository at this point in the history
Co-authored-by: Fernandez Ludovic <[email protected]>
  • Loading branch information
dependabot[bot] and ldez committed Jun 10, 2024
1 parent a2cc1c4 commit a02629a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 23 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/golangci/golangci-lint

go 1.21
go 1.21.0

require (
4d63.com/gocheckcompilerdirectives v1.2.1
Expand Down Expand Up @@ -97,7 +97,7 @@ require (
github.com/shirou/gopsutil/v3 v3.24.5
github.com/sirupsen/logrus v1.9.3
github.com/sivchari/containedctx v1.0.3
github.com/sivchari/tenv v1.7.1
github.com/sivchari/tenv v1.9.1
github.com/sonatard/noctx v0.0.2
github.com/sourcegraph/go-diff v0.7.0
github.com/spf13/cobra v1.7.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//golangcitest:args -Etenv
//golangcitest:config_path testdata/tenv_all.yml
package testdata

import (
Expand Down
File renamed without changes.
16 changes: 0 additions & 16 deletions pkg/golinters/tenv/testdata/tenv_fuzz.go

This file was deleted.

4 changes: 2 additions & 2 deletions pkg/lint/lintersdb/builder_linter.go
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {

linter.NewConfig(tenv.New(&cfg.LintersSettings.Tenv)).
WithSince("v1.43.0").
WithPresets(linter.PresetStyle).
WithPresets(linter.PresetTest).
WithLoadForGoAnalysis().
WithURL("https://github.com/sivchari/tenv"),

Expand All @@ -747,7 +747,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {

linter.NewConfig(thelper.New(&cfg.LintersSettings.Thelper)).
WithSince("v1.34.0").
WithPresets(linter.PresetStyle).
WithPresets(linter.PresetTest).
WithLoadForGoAnalysis().
WithURL("https://github.com/kulti/thelper"),

Expand Down

0 comments on commit a02629a

Please sign in to comment.