handlers icon indicating copy to clipboard operation
handlers copied to clipboard

[question] upgrade httpsnoop

Open malt3 opened this issue 3 years ago • 0 comments

Describe the problem you're having

I am using multiple dependencies, some using github.com/felixge/[email protected]. Would it be possible to upgrade httpsnoop to 1.0.3? As far as I can tell, there are no breaking changes. …

Versions

Go version: go version go1.19 linux/amd64

package version: 3e030244b4ba0480763356fc8ca0ade6222e2da0

…

"Show me the code!"

go work sync
go: version constraints conflict:
	github.com/honeycombio/[email protected] requires github.com/felixge/[email protected], but github.com/felixge/[email protected] is requested
	github.com/letsencrypt/[email protected] requires github.com/felixge/[email protected], but github.com/felixge/[email protected] is requested
	github.com/sigstore/[email protected] requires github.com/felixge/[email protected], but github.com/felixge/[email protected] is requested

…

"Possible solution"

Upgrade httpsnoop using go get -u github.com/felixge/httpsnoop.

malt3 avatar Aug 17 '22 15:08 malt3