Skip to content

Commit b483ff7

Browse files
authored
Merge pull request #103 from swisscom/develop
bump modules
2 parents 45e4a02 + cc3866a commit b483ff7

File tree

411 files changed

+30928
-24931
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

411 files changed

+30928
-24931
lines changed

go.mod

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,49 +3,50 @@ module github.com/swisscom/backman
33
go 1.23.12
44

55
require (
6-
github.com/atc0005/go-teams-notify/v2 v2.13.0
6+
github.com/atc0005/go-teams-notify/v2 v2.14.0
77
github.com/cloudfoundry-community/go-cfenv v1.18.0
8-
github.com/dustin/go-humanize v1.0.0
9-
github.com/hako/durafmt v0.0.0-20210316092057-3a2c319c1acd
8+
github.com/dustin/go-humanize v1.0.1
9+
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
1010
github.com/labstack/echo/v4 v4.13.4
1111
github.com/minio/minio-go/v6 v6.0.57
12-
github.com/minio/sio v0.3.0
13-
github.com/nebhale/client-go v1.0.0
14-
github.com/prometheus/client_golang v1.11.1
12+
github.com/minio/sio v0.3.1
13+
github.com/nebhale/client-go v1.0.1
14+
github.com/prometheus/client_golang v1.23.2
1515
github.com/robfig/cron v1.2.0
16-
github.com/sirupsen/logrus v1.8.1
17-
github.com/stretchr/testify v1.10.0
16+
github.com/sirupsen/logrus v1.9.3
17+
github.com/stretchr/testify v1.11.1
1818
golang.org/x/crypto v0.41.0
1919
)
2020

2121
require (
2222
github.com/beorn7/perks v1.0.1 // indirect
23-
github.com/cespare/xxhash/v2 v2.1.1 // indirect
23+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2424
github.com/davecgh/go-spew v1.1.1 // indirect
25-
github.com/golang/protobuf v1.5.2 // indirect
26-
github.com/json-iterator/go v1.1.11 // indirect
27-
github.com/klauspost/cpuid/v2 v2.0.6 // indirect
25+
github.com/json-iterator/go v1.1.12 // indirect
26+
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
27+
github.com/kr/text v0.2.0 // indirect
2828
github.com/labstack/gommon v0.4.2 // indirect
2929
github.com/mattn/go-colorable v0.1.14 // indirect
3030
github.com/mattn/go-isatty v0.0.20 // indirect
31-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
3231
github.com/minio/md5-simd v1.1.2 // indirect
33-
github.com/minio/sha256-simd v1.0.0 // indirect
32+
github.com/minio/sha256-simd v1.0.1 // indirect
3433
github.com/mitchellh/go-homedir v1.1.0 // indirect
35-
github.com/mitchellh/mapstructure v1.4.1 // indirect
34+
github.com/mitchellh/mapstructure v1.5.0 // indirect
3635
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
37-
github.com/modern-go/reflect2 v1.0.1 // indirect
36+
github.com/modern-go/reflect2 v1.0.2 // indirect
37+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
3838
github.com/pmezard/go-difflib v1.0.0 // indirect
39-
github.com/prometheus/client_model v0.2.0 // indirect
40-
github.com/prometheus/common v0.32.0 // indirect
41-
github.com/prometheus/procfs v0.6.0 // indirect
39+
github.com/prometheus/client_model v0.6.2 // indirect
40+
github.com/prometheus/common v0.66.1 // indirect
41+
github.com/prometheus/procfs v0.16.1 // indirect
4242
github.com/valyala/bytebufferpool v1.0.0 // indirect
4343
github.com/valyala/fasttemplate v1.2.2 // indirect
44-
golang.org/x/net v0.42.0 // indirect
44+
go.yaml.in/yaml/v2 v2.4.2 // indirect
45+
golang.org/x/net v0.43.0 // indirect
4546
golang.org/x/sys v0.35.0 // indirect
4647
golang.org/x/text v0.28.0 // indirect
4748
golang.org/x/time v0.11.0 // indirect
48-
google.golang.org/protobuf v1.33.0 // indirect
49-
gopkg.in/ini.v1 v1.62.0 // indirect
49+
google.golang.org/protobuf v1.36.11 // indirect
50+
gopkg.in/ini.v1 v1.67.0 // indirect
5051
gopkg.in/yaml.v3 v3.0.1 // indirect
5152
)

go.sum

Lines changed: 63 additions & 565 deletions
Large diffs are not rendered by default.

vendor/github.com/atc0005/go-teams-notify/v2/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/atc0005/go-teams-notify/v2/send.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/.travis.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

vendor/github.com/cespare/xxhash/v2/README.md

Lines changed: 23 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/testall.sh

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash.go

Lines changed: 39 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)