Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all to v1 (major) #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 14, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/Sirupsen/logrus v0.8.7-0.20150827021434-84b968cb9f82 -> v1.9.3 age adoption passing confidence
github.com/gin-gonic/gin v0.0.0-20150925101445-52fcc5dbf6e9 -> v1.9.1 age adoption passing confidence

Release Notes

Sirupsen/logrus (github.com/Sirupsen/logrus)

v1.9.3

Compare Source

Full Changelog: sirupsen/logrus@v1.9.2...v1.9.3

v1.9.2

Compare Source

Full Changelog: sirupsen/logrus@v1.9.1...v1.9.2

v1.9.1

Compare Source

What's Changed

New Contributors

Full Changelog: sirupsen/logrus@v1.9.0...v1.9.1

v1.9.0

Compare Source

v1.8.3

Compare Source

What's Changed

New Contributors

Full Changelog: sirupsen/logrus@v1.8.2...v1.8.3

v1.8.2

Compare Source

What's Changed

New Contributors

Full Changelog: sirupsen/logrus@v1.8.1...v1.8.2

v1.8.1

Compare Source

v1.8.0

Compare Source

Correct versioning number replacing v1.7.1

v1.7.1

Compare Source

Code quality:

  • use go 1.15 in travis
  • use magefile as task runner

Fixes:

  • small fixes about new go 1.13 error formatting system
  • Fix for long time race condiction with mutating data hooks

Features:

  • build support for zos

v1.7.0: Add new BufferPool and LogFunction APIs

Compare Source

  • a new buffer pool management API has been added
  • a set of <LogLevel>Fn() functions have been added
  • the dependency toward a windows terminal library has been removed

v1.6.0

Compare Source

Release v1.6.0

v1.5.0

Compare Source

This new release introduces:

v1.4.2

Compare Source

v1.4.1

Compare Source

This new release introduces:

  • Enhance TextFormatter to not print caller information when they are empty (#​944)
  • Remove dependency on golang.org/x/crypto (#​932, #​943)

Fixes:

  • Fix Entry.WithContext method to return a copy of the initial entry (#​941)

v1.4.0

Compare Source

This new release introduces:

  • Add DeferExitHandler, similar to RegisterExitHandler but prepending the handler to the list of handlers (semantically like defer) (#​848).
  • Add CallerPrettyfier to JSONFormatter and `TextFormatter (#​909, #​911)
  • Add Entry.WithContext() and Entry.Context, to set a context on entries to be used e.g. in hooks (#​919).

Fixes:

  • Fix wrong method calls Logger.Print and Logger.Warningln (#​893).
  • Update Entry.Logf to not do string formatting unless the log level is enabled (#​903)
  • Fix infinite recursion on unknown Level.String() (#​907)
  • Fix race condition in getCaller (#​916).

v1.3.0

Compare Source

This new release introduces:

  • Log, Logf, Logln functions for Logger and Entry that take a Level

Fixes:

  • Building prometheus node_exporter on AIX (#​840)
  • Race condition in TextFormatter (#​468)
  • Travis CI import path (#​868)
  • Remove coloured output on Windows (#​862)
  • Pointer to func as field in JSONFormatter (#​870)
  • Properly marshal Levels (#​873)

v1.2.0

Compare Source

v1.1.1

Compare Source

v1.1.0

Compare Source

v1.0.6

Compare Source

This new release introduces:

  • a new api WithTime which allows to easily force the time of the log entry which is mostly useful for logger wrapper
  • a fix reverting the immutability of the entry given as parameter to the hooks
  • a new configuration field of the json formatter in order to put all the fields in a nested dictionnary
  • a new SetOutput method in the Logger
  • a new configuration of the textformatter to configure the name of the default keys
  • a new configuration of the text formatter to disable the level truncation

v1.0.5

Compare Source

v1.0.4

Compare Source

v1.0.3

Compare Source

v1.0.1

Compare Source

v1.0.0

Compare Source

v0.11.5

Compare Source

v0.11.4

Compare Source

v0.11.3

Compare Source

v0.11.2

Compare Source

v0.11.1

Compare Source

v0.11.0

Compare Source

v0.10.0

Compare Source

v0.9.0

Compare Source

gin-gonic/gin (github.com/gin-gonic/gin)

v1.9.1

Compare Source

BUG FIXES
SECURITY
  • fix lack of escaping of filename in Content-Disposition #​3556
ENHANCEMENTS
  • refactor: use bytes.ReplaceAll directly #​3455
  • convert strings and slices using the officially recommended way #​3344
  • improve render code coverage #​3525
DOCS
  • docs: changed documentation link for trusted proxies #​3575
  • chore: improve linting, testing, and GitHub Actions setup #​3583

v1.9.0

Compare Source

BREAK CHANGES
  • Stop useless panicking in context and render #​2150
BUG FIXES
  • fix(router): tree bug where loop index is not decremented. #​3460
  • fix(context): panic on NegotiateFormat - index out of range #​3397
  • Add escape logic for header #​3500 and #​3503
SECURITY
  • Fix the GO-2022-0969 and GO-2022-0288 vulnerabilities #​3333
  • fix(security): vulnerability GO-2023-1571 #​3505
ENHANCEMENTS
  • feat: add sonic json support #​3184
  • chore(file): Creates a directory named path #​3316
  • fix: modify interface check way #​3327
  • remove deprecated of package io/ioutil #​3395
  • refactor: avoid calling strings.ToLower twice #​3343
  • console logger HTTP status code bug fixed #​3453
  • chore(yaml): upgrade dependency to v3 version #​3456
  • chore(router): match method added to routergroup for multiple HTTP methods supporting #​3464
  • chore(http): add support for go1.20 http.rwUnwrapper to gin.responseWriter #​3489
DOCS
  • docs: update markdown format #​3260
  • docs(readme): Add the TOML rendering example #​3400
  • docs(readme): move more example to docs/doc.md #​3449
  • docs: update markdown format #​3446

v1.8.2

Compare Source

BUG FIXES
SECURITY

v1.8.1

Compare Source

ENHANCEMENTS
  • feat(context): add ContextWithFallback feature flag #​3172

v1.8.0

Compare Source

BREAK CHANGES
  • TrustedProxies: Add default IPv6 support and refactor #​2967. Please replace RemoteIP() (net.IP, bool) with RemoteIP() net.IP
  • gin.Context with fallback value from gin.Context.Request.Context() #​2751
BUG FIXES
  • Fixed SetOutput() panics on go 1.17 #​2861
  • Fix: wrong when wildcard follows named param #​2983
  • Fix: missing sameSite when do context.reset() #​3123
ENHANCEMENTS
  • Use Header() instead of deprecated HeaderMap #​2694
  • RouterGroup.Handle regular match optimization of http method #​2685
  • Add support go-json, another drop-in json replacement #​2680
  • Use errors.New to replace fmt.Errorf will much better #​2707
  • Use Duration.Truncate for truncating precision #​2711
  • Get client IP when using Cloudflare #​2723
  • Optimize code adjust #​2700
  • Optimize code and reduce code cyclomatic complexity #​2737
  • Improve sliceValidateError.Error performance #​2765
  • Support custom struct tag #​2720
  • Improve router group tests #​2787
  • Fallback Context.Deadline() Context.Done() Context.Err() to Context.Request.Context() #​2769
  • Some codes optimize #​2830 #​2834 #​2838 #​2837 #​2788 #​2848 #​2851 #​2701
  • TrustedProxies: Add default IPv6 support and refactor #​2967
  • Test(route): expose performRequest func #​3012
  • Support h2c with prior knowledge #​1398
  • Feat attachment filename support utf8 #​3071
  • Feat: add StaticFileFS #​2749
  • Feat(context): return GIN Context from Value method #​2825
  • Feat: automatically SetMode to TestMode when run go test #​3139
  • Add TOML bining for gin #​3081
  • IPv6 add default trusted proxies #​3033
DOCS
  • Add note about nomsgpack tag to the readme #​2703

v1.7.7

Compare Source

BUG FIXES
ENHANCEMENTS
  • TrustedProxies: make it backward-compatible #​2887, closed issue #​2819.
  • TrustedPlatform: provide custom options for another CDN services #​2906.
DOCS
  • NoMethod: added usage annotation (#​2832).

v1.7.6

BUG FIXES
  • bump new release to fix v1.7.5 release error by using v1.7.4 codes.

v1.7.4

Compare Source

BUG FIXES
  • bump new release to fix checksum mismatch

v1.7.3

Compare Source

BUG FIXES

v1.7.2

Compare Source

BUG FIXES

v1.7.1

Compare Source

BUG FIXES

v1.7.0

Compare Source

BUG FIXES
  • fix compile error from #​2572 (#​2600)
  • fix: print headers without Authorization header on broken pipe (#​2528)
  • fix(tree): reassign fullpath when register new node (#​2366)
ENHANCEMENTS
  • Support params and exact routes without creating conflicts (#​2663)
  • chore: improve render string performance (#​2365)
  • Sync route tree to httprouter latest code (#​2368)
  • chore: rename getQueryCache/getFormCache to initQueryCache/initFormCa (#​2375)
  • chore(performance): improve countParams (#​2378)
  • Remove some functions that have the same effect as the bytes package (#​2387)
  • update:SetMode function (#​2321)
  • remove an unused type SecureJSONPrefix (#​2391)
  • Add a redirect sample for POST method (#​2389)
  • Add CustomRecovery builtin middleware (#​2322)
  • binding: avoid 2038 problem on 32-bit architectures (#​2450)
  • Prevent panic in Context.GetQuery() when there is no Request (#​2412)
  • Add GetUint and GetUint64 method on gin.context (#​2487)
  • update content-disposition header to MIME-style (#​2512)
  • reduce allocs and improve the render WriteString (#​2508)
  • implement ".Unwrap() error" on Error type (#​2525) (#​2526)
  • Allow bind with a map[string]string (#​2484)
  • chore: update tree (#​2371)
  • Support binding for slice/array obj [Rewrite] (#​2302)
  • basic auth: fix timing oracle (#​2609)
  • Add mixed param and non-param paths (port of httprouter#​329) (#​2663)
  • feat(engine): add trustedproxies and remoteIP (#​2632)

v1.6.3

Compare Source

ENHANCEMENTS
  • Improve performance: Change *sync.RWMutex to sync.RWMutex in context. #​2351

v1.6.2

Compare Source

BUG FIXES
  • fix missing initial sync.RWMutex #​2305
ENHANCEMENTS

v1.6.1

Compare Source

BUG FIXES
  • Revert "fix accept incoming network connections" #​2294

v1.6.0

Compare Source

BREAKING
  • chore(performance): Improve performance for adding RemoveExtraSlash flag #​2159
  • drop support govendor #​2148
  • Added support for SameSite cookie flag #​1615
FEATURES
BUG FIXES
  • Unix Socket Handling #​2280
  • Use json marshall in context json to fix breaking new line issue. Fixes #​2209 #​2228
  • fix accept incoming network connections #​2216
  • Fixed a bug in the calculation of the maximum number of parameters #​2166
  • [FIX] allow empty headers on DataFromReader #​2121
  • Add mutex for protect Context.Keys map #​1391
ENHANCEMENTS
  • Add mitigation for log injection #​2277
  • tree: range over nodes values #​2229
  • tree: remove duplicate assignment #​2222
  • chore: upgrade go-isatty and json-iterator/go #​2215
  • path: sync code with httprouter #​2212
  • Use zero-copy approach to convert types between string and byte slice #​2206
  • Reuse bytes when cleaning the URL paths #​2179
  • tree: remove one else statement #​2177
  • tree: sync httprouter update (#​2173) (#​2172) #​2171
  • tree: sync part httprouter codes and reduce if/else #​2163
  • use http method constant #​2155
  • upgrade go-validator to v10 #​2149
  • Refactor redirect request in gin.go #​1970
  • Add build tag nomsgpack #​1852
DOCS
  • docs(path): improve comments #​2223
  • Renew README to fit the modification of SetCookie method #​2217
  • Fix spelling #​2202
  • Remove broken link from README. #​2198
  • Update docs on Context.Done(), Context.Deadline() and Context.Err() #​2196
  • Update validator to v10 #​2190
  • upgrade go-validator to v10 for README #​2189
  • Update to currently output #​2188
  • Fix "Custom Validators" example #​2186
  • Add project to README #​2165
  • docs(benchmarks): for gin v1.5 #​2153
  • Changed wording for clarity in README.md #​2122
MISC

v1.5.0

Compare Source

  • [FIX] Use DefaultWriter and DefaultErrorWriter for debug messages #​1891
  • [NEW] Now you can parse the inline lowercase start structure #​1893
  • [FIX] Some code improvements #​1909
  • [FIX] Use encode replace json marshal increase json encoder speed #​1546
  • [NEW] Hold matched route full path in the Context #​1826
  • [FIX] Fix context.Params race condition on Copy() #​1841
  • [NEW] Add context param query cache #​1450
  • [FIX] Improve GetQueryMap performance #​1918
  • [FIX] Improve get post data #​1920
  • [FIX] Use context instead of x/net/context #​1922
  • [FIX] Attempt to fix PostForm cache bug #​1931
  • [NEW] Add support of multipart multi files #​1949
  • [NEW] Support bind http header param #​1957
  • [FIX] Drop support for go1.8 and go1.9 #​1933
  • [FIX] Bugfix for the FullPath feature #​1919
  • [FIX] Gin1.5 bytes.Buffer to strings.Builder #​1939
  • [FIX] Upgrade github.com/ugorji/go/codec #​1969
  • [NEW] Support bind unix time #​1980
  • [FIX] Simplify code #​2004
  • [NEW] Support negative Content-Length in DataFromReader #​1981
  • [FIX] Identify terminal on a RISC-V architecture for auto-colored logs #​2019
  • [BREAKING] Context.JSONP() now expects a semicolon (;) at the end #​2007
  • [BREAKING] Upgrade default binding.Validator to v9 (see its changelog) #​1015
  • [NEW] Add DisallowUnknownFields() in Context.BindJSON() #​2028
  • [NEW] Use specific net.Listener with Engine.RunListener() #​2023
  • [FIX] Fix some typo #​2079 #​2080
  • [FIX] Relocate binding body tests #​2086
  • [FIX] Use Writer in Context.Status #​1606
  • [FIX] Engine.RunUnix() now returns the error if it can't change the file mode #​2093
  • [FIX] RouterGroup.StaticFS() leaked files. Now it closes them. #​2118
  • [FIX] Context.Request.FormFile leaked file. Now it closes it. #​2114
  • [FIX] Ignore walking on form:"-" mapping #​1943
Gin v1.4.0
  • [NEW] Support for Go Modules #​1569
  • [NEW] Refactor of form mapping multipart request #​1829
  • [FIX] Truncate Latency precision in long running request #​1830
  • [FIX] IsTerm flag should not be affected by DisableConsoleColor method. #​1802
  • [NEW] Supporting file binding #​1264
  • [NEW] Add support for mapping arrays #​1797
  • [FIX] Readme updates #​1793 #​1788 1789
  • [FIX] StaticFS: Fixed Logging two log lines on 404. #​1805, #​1804
  • [NEW] Make context.Keys available as LogFormatterParams #​1779
  • [NEW] Use internal/json for Marshal/Unmarshal #​1791
  • [NEW] Support mapping time.Duration #​1794
  • [NEW] Refactor form mappings #​1749
  • [NEW] Added flag to context.Stream indicates if client disconnected in middle of stream #​1252
  • [FIX] Moved examples to stand alone Repo #​1775
  • [NEW] Extend context.File to allow for the content-disposition attachments via a new method context.Attachment #​1260
  • [FIX] Support HTTP content negotiation wildcards #​1112
  • [NEW] Add prefix from X-Forwarded-Prefix in redirectTrailingSlash #​1238
  • [FIX] context.Copy() race condition #​1020
  • [NEW] Add context.HandlerNames() #​1729
  • [FIX] Change color methods to public in the defaultLogger. #​1771
  • [FIX] Update writeHeaders method to use http.Header.Set #​1722
  • [NEW] Add response size to LogFormatterParams #​1752
  • [NEW] Allow ignoring field on form mapping #​1733
  • [NEW] Add a function to force color in console output. #​1724
  • [FIX] Context.Next() - recheck len of handlers on every iteration. #​1745
  • [FIX] Fix all errcheck warnings #​1739 #​1653
  • [NEW] context: inherits context cancellation and deadline from http.Request context for Go>=1.7 #​1690
  • [NEW] Binding for URL Params #​1694
  • [NEW] Add LoggerWithFormatter method #​1677
  • [FIX] CI testing updates #​1671 #​1670 #​1682 #​1669
  • [FIX] StaticFS(): Send 404 when path does not exist #​1663
  • [FIX] Handle nil body for JSON binding #​1638
  • [FIX] Support bind uri param #​1612
  • [FIX] recovery: fix issue with syscall import on google app engine #​1640
  • [FIX] Make sure the debug log contains line breaks #​1650
  • [FIX] Panic stack trace being printed during recovery of broken pipe #​1089 #​1259
  • [NEW] RunFd method to run http.Server through a file descriptor #​1609
  • [NEW] Yaml binding support #​1618
  • [FIX] Pass MaxMultipartMemory when FormFile is called #​1600
  • [FIX] LoadHTML* tests #​1559
  • [FIX] Removed use of sync.pool from HandleContext #​1565
  • [FIX] Format output log to os.Stderr #​1571
  • [FIX] Make logger use a yellow background and a darkgray text for legibility #​1570
  • [FIX] Remove sensitive request information from panic log. #​1370
  • [FIX] log.Println() does not print timestamp #​829 #​1560
  • [NEW] Add PureJSON renderer #​694
  • [FIX] Add missing copyright and update if/else #​1497
  • [FIX] Update msgpack usage #​1498
  • [FIX] Use protobuf on render #​1496
  • [FIX] Add support for Protobuf format response #​1479
  • [NEW] Set default time format in form binding #​1487
  • [FIX] Add BindXML and ShouldBindXML #​1485
  • [NEW] Upgrade dependency libraries #​1491

v1.4.0

Compare Source

  • [NEW] Support for Go Modules #​1569
  • [NEW] Refactor of form mapping multipart request #​1829
  • [FIX] Truncate Latency precision in long running request #​1830
  • [FIX] IsTerm flag should not be affected by DisableConsoleColor method. #​1802
  • [NEW] Supporting file binding #​1264
  • [NEW] Add support for mapping arrays #​1797
  • [FIX] Readme updates #​1793 #​1788 1789
  • [FIX] StaticFS: Fixed Logging two log lines on 404. #​1805, #​1804
  • [NEW] Make context.Keys available as LogFormatterParams #​1779
  • [NEW] Use internal/json for Marshal/Unmarshal #​1791
  • [NEW] Support mapping time.Duration #​1794
  • [NEW] Refactor form mappings #​1749
  • [NEW] Added flag to context.Stream indicates if client disconnected in middle of stream #​1252
  • [FIX] Moved examples to stand alone Repo #​1775
  • [NEW] Extend context.File to allow for the content-disposition attachments via a new method context.Attachment #​1260
  • [FIX] Support HTTP content negotiation wildcards #​1112
  • [NEW] Add prefix from X-Forwarded-Prefix in redirectTrailingSlash #​1238
  • [FIX] context.Copy() race condition #​1020
  • [NEW] Add context.HandlerNames() #​1729
  • [FIX] Change color methods to public in the defaultLogger. #​1771
  • [FIX] Update writeHeaders method to use http.Header.Set #​1722
  • [NEW] Add response size to LogFormatterParams #​1752
  • [NEW] Allow ignoring field on form mapping #​1733
  • [NEW] Add a function to force color in console output. #​1724
  • [FIX] Context.Next() - recheck len of handlers on every iteration. #​1745
  • [FIX] Fix all errcheck warnings #​1739 #​1653
  • [NEW] context: inherits context cancellation and deadline from http.Request context for Go>=1.7 #​1690
  • [NEW] Binding for URL Params #​1694
  • [NEW] Add LoggerWithFormatter method #​1677
  • [FIX] CI testing updates #​1671 #​1670 #​1682 #​1669
  • [FIX] StaticFS(): Send 404 when path does not exist #​1663
  • [FIX] Handle nil body for JSON binding #​1638
  • [FIX] Support bind uri param #​1612
  • [FIX] recovery: fix issue with syscall import on google app engine #​1640
  • [FIX] Make sure the debug log contains line breaks #​1650
  • [FIX] Panic stack trace being printed during recovery of broken pipe #​1089 #​1259
  • [NEW] RunFd method to run http.Server through a file descriptor #​1609
  • [NEW] Yaml binding support #​1618
  • [FIX] Pass MaxMultipartMemory when FormFile is called #​1600
  • [FIX] LoadHTML* tests #​1559
  • [FIX] Removed use of sync.pool from HandleContext #​1565
  • [FIX] Format output log to os.Stderr #​1571
  • [FIX] Make logger use a yellow background and a darkgray text for legibility #​1570
  • [FIX] Remove sensitive request information from panic log. #​1370
  • [FIX] log.Println() does not print timestamp #​829 #​1560
  • [NEW] Add PureJSON renderer #​694
  • [FIX] Add missing copyright and update if/else #​1497
  • [FIX] Update msgpack usage #​1498
  • [FIX] Use protobuf on render #​1496
  • [FIX] Add support for Protobuf format response #​1479
  • [NEW] Set default time format in form binding #​1487
  • [FIX] Add BindXML and ShouldBindXML #​1485
  • [NEW] Upgrade dependency libraries #​1491

v1.3.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Sep 14, 2020

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: radioman/go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/moul/radioman":"/mnt/renovate/gh/moul/radioman" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/moul/radioman/radioman" docker.io/renovate/go:1.15.11 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./... && go mod tidy && go mod tidy"
go: github.com/Sirupsen/logrus@v1.8.1: parsing go.mod:
	module declares its path as: github.com/sirupsen/logrus
	        but was required as: github.com/Sirupsen/logrus

@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Sep 14, 2020
@renovate renovate bot changed the title chore(deps): update all (major) fix(deps): update all (major) Apr 26, 2021
@auto-add-label auto-add-label bot added bug and removed dependencies labels Apr 26, 2021
@renovate
Copy link
Author

renovate bot commented Jun 6, 2021

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: radioman/go.sum
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child -v "/tmp/worker/6d4d5b/58b917/repos/github/moul/radioman":"/tmp/worker/6d4d5b/58b917/repos/github/moul/radioman" -v "/tmp/worker/6d4d5b/58b917/cache":"/tmp/worker/6d4d5b/58b917/cache" -e GOPATH -e GOPROXY -e GOSUMDB -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/6d4d5b/58b917/repos/github/moul/radioman/radioman" ghcr.io/containerbase/sidecar:9.2.1 bash -l -c "install-tool golang 1.20.5 && go get -d -t ./..."
/usr/local/bin/docker: line 4: .: filename argument required
.: usage: . filename [arguments]
go: github.com/Sirupsen/logrus@v1.9.3: parsing go.mod:
	module declares its path as: github.com/sirupsen/logrus
	        but was required as: github.com/Sirupsen/logrus

@renovate renovate bot changed the title fix(deps): update all (major) fix(deps): update all to v1 (major) Jun 18, 2022
@renovate renovate bot changed the title fix(deps): update all to v1 (major) fix(deps): update module github.com/sirupsen/logrus to v1 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 4429f5b to b3a000c Compare June 3, 2023 21:25
@renovate renovate bot changed the title fix(deps): update module github.com/sirupsen/logrus to v1 fix(deps): update all to v1 (major) Jul 9, 2023
@renovate renovate bot changed the title fix(deps): update all to v1 (major) fix(deps): update module github.com/sirupsen/logrus to v1 Aug 22, 2023
@renovate renovate bot changed the title fix(deps): update module github.com/sirupsen/logrus to v1 fix(deps): update all to v1 (major) Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants