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

Update github.com/sapcc/go-bits digest to eb602d5 #41

Merged
merged 1 commit into from
Jun 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/alecthomas/kong v0.6.0
github.com/prometheus/client_golang v1.12.2
github.com/sapcc/go-bits v0.0.0-20220613112247-ad9f786fef57
github.com/sapcc/go-bits v0.0.0-20220614125421-eb602d5af691
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1
github.com/prometheus/procfs v0.7.3 h1:4jVXhlkAyzOScmCkXBTOLRLTz8EeU+eyjrwB/EPq0VU=
github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
github.com/sapcc/go-bits v0.0.0-20220613112247-ad9f786fef57 h1:wZmISAVFyJbDnWCt3ep082gS4O5JDz5+rmuafK2ktqo=
github.com/sapcc/go-bits v0.0.0-20220613112247-ad9f786fef57/go.mod h1:5jiFGA1ajYzwEMBBMaEQq3HaS00FLJnlr9Wo1SCwgvA=
github.com/sapcc/go-bits v0.0.0-20220614125421-eb602d5af691 h1:clemQIwV6qVLNLvwPQdbdfxsB8koVPqmjdxcCIxwYhY=
github.com/sapcc/go-bits v0.0.0-20220614125421-eb602d5af691/go.mod h1:5jiFGA1ajYzwEMBBMaEQq3HaS00FLJnlr9Wo1SCwgvA=
github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=
github.com/sergi/go-diff v1.2.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ github.com/prometheus/common/model
github.com/prometheus/procfs
github.com/prometheus/procfs/internal/fs
github.com/prometheus/procfs/internal/util
# github.com/sapcc/go-bits v0.0.0-20220613112247-ad9f786fef57
# github.com/sapcc/go-bits v0.0.0-20220614125421-eb602d5af691
## explicit; go 1.18
github.com/sapcc/go-bits/assert
github.com/sapcc/go-bits/httpee
Expand Down